Skip to content

Cleanup and release v0.6.0-rc.5#88

Merged
robin-nitrokey merged 12 commits into
mainfrom
cleanup
Jun 8, 2026
Merged

Cleanup and release v0.6.0-rc.5#88
robin-nitrokey merged 12 commits into
mainfrom
cleanup

Conversation

@robin-nitrokey

Copy link
Copy Markdown
Member

This PR contains various cleanups for the v0.6.0 release and releases v0.6.0-rc.5 with the changes:

Renaming cbor-smol to serde is confusing and the re-export is not
necessary as the cbor-smol version is an implementation detail.

Fixes: #69
The type is only used internally and does not have to be part of the
public API.
The relevant types are already re-exported directly so we don’t have to
re-export the entire crate.
We already validate the algorithm so we can also just use an enum
instead of a struct.

Fixes: #62
The authenticator module contains the main types of the crate so it
makes sense to provide them from the top level instead of the
authenticator module.
@robin-nitrokey robin-nitrokey merged commit 8c832b5 into main Jun 8, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

2 participants