mirror of
https://github.com/trussed-dev/ctap-types.git
synced 2026-06-20 04:16:17 -07:00
Prepare 0.1.1 release replacing 0.1.0
This commit is contained in:
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.1.1] - 2022-03-07
|
||||
|
||||
- add CTAP2.1 Selection command
|
||||
- add CTAP2.1 options
|
||||
|
||||
We will release this and yank 0.1.0, to avoid a minor version bump.
|
||||
|
||||
## [0.1.0] - 2022-03-05
|
||||
|
||||
- use 2021 edition
|
||||
|
||||
+2
-1
@@ -1,10 +1,11 @@
|
||||
[package]
|
||||
name = "ctap-types"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
authors = ["Nicolas Stalder <n@stalder.io>"]
|
||||
edition = "2021"
|
||||
license = "Apache-2.0 OR MIT"
|
||||
description = "no_std friendly types for FIDO CTAP"
|
||||
homepage = "https://github.com/solokeys/ctap-types"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
|
||||
Reference in New Issue
Block a user