From 8a92777aef25f6ac6353da4c4ca763df2644bb32 Mon Sep 17 00:00:00 2001 From: Firstyear Date: Sun, 28 Apr 2024 10:08:48 +1000 Subject: [PATCH] Release 0.5.0 (#436) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cherry-picking notes: - `attestation-ca` → 0.5.0-wo-openssl.0 --- attestation-ca/Cargo.toml | 2 +- authenticator-cli/Cargo.toml | 2 +- base64urlsafedata/Cargo.toml | 2 +- fido-hid-rs/Cargo.toml | 2 +- fido-key-manager/Cargo.toml | 2 +- fido-mds-tool/Cargo.toml | 2 +- fido-mds/Cargo.toml | 2 +- sshkey-attest/Cargo.toml | 2 +- webauthn-rp-proxy/Cargo.toml | 4 ++-- webauthn-rs-proto/Cargo.toml | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/attestation-ca/Cargo.toml b/attestation-ca/Cargo.toml index 1eb01cc2..c209cdab 100644 --- a/attestation-ca/Cargo.toml +++ b/attestation-ca/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webauthn-attestation-ca" -version = "0.1.0-wo-openssl" +version = "0.5.0-wo-openssl.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/authenticator-cli/Cargo.toml b/authenticator-cli/Cargo.toml index 6fc082f3..aadbb3f9 100644 --- a/authenticator-cli/Cargo.toml +++ b/authenticator-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "authenticator-cli" -version = "0.1.0" +version = "0.5.0" edition = "2021" rust-version = "1.70.0" repository = "https://github.com/kanidm/webauthn-rs" diff --git a/base64urlsafedata/Cargo.toml b/base64urlsafedata/Cargo.toml index 87a4c61f..131acd7c 100644 --- a/base64urlsafedata/Cargo.toml +++ b/base64urlsafedata/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "base64urlsafedata" -version = "0.2.0" +version = "0.5.0" authors = ["William Brown "] edition = "2021" rust-version = "1.70.0" diff --git a/fido-hid-rs/Cargo.toml b/fido-hid-rs/Cargo.toml index 266e67ee..2ce0fecc 100644 --- a/fido-hid-rs/Cargo.toml +++ b/fido-hid-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fido-hid-rs" -version = "0.5.0-dev" +version = "0.5.0" edition = "2021" rust-version = "1.70.0" license = "MPL-2.0" diff --git a/fido-key-manager/Cargo.toml b/fido-key-manager/Cargo.toml index d4d84135..0a985b0a 100644 --- a/fido-key-manager/Cargo.toml +++ b/fido-key-manager/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fido-key-manager" -version = "0.1.0" +version = "0.5.0" authors = ["Michael Farrell "] categories = ["authentication"] description = "Management CLI for FIDO/CTAP 2.x authenticators" diff --git a/fido-mds-tool/Cargo.toml b/fido-mds-tool/Cargo.toml index 35eca704..69d69856 100644 --- a/fido-mds-tool/Cargo.toml +++ b/fido-mds-tool/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fido-mds-tool" -version = "0.5.0-dev" +version = "0.5.0" authors = ["William Brown "] edition = "2021" rust-version = "1.70.0" diff --git a/fido-mds/Cargo.toml b/fido-mds/Cargo.toml index 8f21e20a..9268c3ce 100644 --- a/fido-mds/Cargo.toml +++ b/fido-mds/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fido-mds" -version = "0.5.0-dev" +version = "0.5.0" authors = ["William Brown "] edition = "2021" rust-version = "1.70.0" diff --git a/sshkey-attest/Cargo.toml b/sshkey-attest/Cargo.toml index 0ca020d3..8f850368 100644 --- a/sshkey-attest/Cargo.toml +++ b/sshkey-attest/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sshkey-attest" -version = "0.5.0-dev" +version = "0.5.0" authors = ["William Brown "] edition = "2021" rust-version = "1.70.0" diff --git a/webauthn-rp-proxy/Cargo.toml b/webauthn-rp-proxy/Cargo.toml index cda22a2e..58550c15 100644 --- a/webauthn-rp-proxy/Cargo.toml +++ b/webauthn-rp-proxy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webauthn-rp-proxy" -version = "0.1.0" +version = "0.5.0" edition = "2021" rust-version = "1.70.0" authors = ["Arthur A. Gleckler "] @@ -12,4 +12,4 @@ clap = { version = "3.0", features = ["derive"] } serde = "1.0" serde_json = "1.0" uuid = { version = "1.0", features = ["serde"] } -webauthn-rs = { workspace = true, features = ["danger-allow-state-serialisation"] } \ No newline at end of file +webauthn-rs = { workspace = true, features = ["danger-allow-state-serialisation"] } diff --git a/webauthn-rs-proto/Cargo.toml b/webauthn-rs-proto/Cargo.toml index 2d014561..078401c2 100644 --- a/webauthn-rs-proto/Cargo.toml +++ b/webauthn-rs-proto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webauthn-rs-proto" -version = "0.5.0-dev" +version = "0.5.0" authors = ["William Brown "] edition = "2021" rust-version = "1.70.0"