Skip to content

Commit 1dcabb0

Browse files
committed
0.5.0
1 parent e92edb2 commit 1dcabb0

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# `0.5.0`
2+
3+
- Bump biscuit-auth to `5.0.0` (Clément Delafargue)
4+
15
# `0.4.1`
26

37
- Bump biscuit-auth to `4.1.1` (#40) (Clément Delafargue)

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "biscuit-wasm"
3-
version = "0.4.1"
3+
version = "0.5.0"
44
edition = "2021"
55
repository = "https://github.com/biscuit-auth/biscuit-wasm"
66
description = "WebAssembly wrapper for Biscuit authorization tokens"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Add this dependency to your `package.json`:
1111
```json
1212
{
1313
"dependencies": {
14-
"@biscuit-auth/biscuit-wasm": "0.4.1"
14+
"@biscuit-auth/biscuit-wasm": "0.5.0"
1515
}
1616
}
1717
```

0 commit comments

Comments
 (0)