Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

biscuit-auth 4.1.1 #209

Merged
merged 2 commits into from
Feb 14, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion biscuit-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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**
Geal marked this conversation as resolved.
Show resolved Hide resolved

- fix: typo in documentation (#190) (Rémi Duraffort)
- fix: include all authorizer facts and rules when using `Display` (#195) (Clément Delafargue)
Expand Down
2 changes: 1 addition & 1 deletion biscuit-auth/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
edition = "2018"
Expand Down
Loading