Prepare for 0.2.0 release under new name #146
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There has been confusion about whether solo-python supports Solo 2, and whterh solo2-cli supports Solo 1.
Hence, renaming this project, to make clearer its focus on Solo 1, only.
Generally:
solo1
(viapip install --upgrade solo1
) to update Solo 1 devices and use their specific functionalitysolo2
(viacargo install --force ---locked solo2
) to update Solo2 device and use their specific functionalityFor FIDO functionality, this is mostly independent of the device.
solo2
does not have proper support for FIDO yet, as there is no good CTAP-library for Rust yet. So, you can usesolo1
for this (e.g.solo1 key make-credential
), or general-purpose tools likefido2-token
.Following release of
solo1-cli
on PyPI assolo1
, I will make a finalsolo-python
release which depends on the new package and is otherwise empty, following the approach recommended by https://github.com/simonw/pypi-rename.At least for now, leaving the module
solo
inside this with its old name, to prevent dependees onsolo-python
as a library from breaking (:crossed_fingers:).@conorpp @szszszsz