Prepare 0.1.1 release replacing 0.1.0

This commit is contained in:
Nicolas Stalder
2022-03-07 22:20:42 +01:00
parent 853a8d0395
commit be13c32177
2 changed files with 9 additions and 1 deletions
+7
View File
@@ -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
View File
@@ -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