From 79aac904e4ad0b9a716ca5347601829665bd364e Mon Sep 17 00:00:00 2001 From: Geoffroy Couprie Date: Wed, 14 Feb 2024 21:34:05 +0100 Subject: [PATCH 1/2] biscuit-auth 4.1.1 --- biscuit-auth/CHANGELOG.md | 8 +++++++- biscuit-auth/Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/biscuit-auth/CHANGELOG.md b/biscuit-auth/CHANGELOG.md index 33e0fa06..17069a15 100644 --- a/biscuit-auth/CHANGELOG.md +++ b/biscuit-auth/CHANGELOG.md @@ -1,6 +1,12 @@ # not released -# `4.1.0` +# `4.1.1` + +- remove PKCS8 file loading functions (#208) + +# `4.1.0` (yanked) + +**This release was yanked because PKCS8 file loading functions, activated by the `pem` feature, could not compile. Those functions are removed in #208. PKCS8 pasing from buffers is still available** - fix: typo in documentation (#190) (Rémi Duraffort) - fix: include all authorizer facts and rules when using `Display` (#195) (Clément Delafargue) diff --git a/biscuit-auth/Cargo.toml b/biscuit-auth/Cargo.toml index abcf20f6..8e6b0148 100644 --- a/biscuit-auth/Cargo.toml +++ b/biscuit-auth/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "biscuit-auth" -version = "4.1.0" +version = "4.1.1" description = "an authorization token with decentralized verification and offline attenuation" authors = ["Geoffroy Couprie "] edition = "2018" From c10dea8aa393471afc4aab06868fe1f195f58876 Mon Sep 17 00:00:00 2001 From: Geoffroy Couprie Date: Wed, 14 Feb 2024 21:37:50 +0100 Subject: [PATCH 2/2] Update biscuit-auth/CHANGELOG.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Clément Delafargue --- biscuit-auth/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biscuit-auth/CHANGELOG.md b/biscuit-auth/CHANGELOG.md index 17069a15..8d0792e7 100644 --- a/biscuit-auth/CHANGELOG.md +++ b/biscuit-auth/CHANGELOG.md @@ -6,7 +6,7 @@ # `4.1.0` (yanked) -**This release was yanked because PKCS8 file loading functions, activated by the `pem` feature, could not compile. Those functions are removed in #208. PKCS8 pasing from buffers is still available** +**This release was yanked because PKCS8 file loading functions, activated by the `pem` feature, could not compile. Those functions are removed in #208. PKCS8 parsing from buffers is still available** - fix: typo in documentation (#190) (Rémi Duraffort) - fix: include all authorizer facts and rules when using `Display` (#195) (Clément Delafargue)