Skip to content

Commit

Permalink
Merge pull request #49 from biscuit-auth/release-0.5.0
Browse files Browse the repository at this point in the history
Release 0.5.0
  • Loading branch information
divarvel authored Jul 31, 2024
2 parents 977d5bc + 1dcabb0 commit bbc6efc
Show file tree
Hide file tree
Showing 4 changed files with 89 additions and 60 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# `0.5.0`

- Bump biscuit-auth to `5.0.0` (Clément Delafargue)

# `0.4.1`

- Bump biscuit-auth to `4.1.1` (#40) (Clément Delafargue)
Expand Down
139 changes: 82 additions & 57 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "biscuit-wasm"
version = "0.4.1"
version = "0.5.0"
edition = "2021"
repository = "https://github.com/biscuit-auth/biscuit-wasm"
description = "WebAssembly wrapper for Biscuit authorization tokens"
Expand All @@ -11,7 +11,7 @@ crate-type = ["cdylib", "rlib"]

[dependencies]
base64 = "0.13.0"
biscuit-auth = { version = "4.1.1", features = ["wasm", "serde-error"] }
biscuit-auth = { version = "5.0.0", features = ["wasm", "serde-error"] }
console_error_panic_hook = "0.1.7"
hex = "0.4.3"
log = "0.4.14"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Add this dependency to your `package.json`:
```json
{
"dependencies": {
"@biscuit-auth/biscuit-wasm": "0.4.1"
"@biscuit-auth/biscuit-wasm": "0.5.0"
}
}
```
Expand Down

0 comments on commit bbc6efc

Please sign in to comment.