Skip to content

Commit

Permalink
Merge pull request #29 from biscuit-auth/release-0.3.2
Browse files Browse the repository at this point in the history
release 0.3.2
  • Loading branch information
divarvel authored Oct 30, 2024
2 parents 8528c3e + 3a8dcf3 commit 81698fd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.3.2

- build wheels for more python versions (#28):
- unix: 3.7, 3.8, 3.9, 3.10, 3.11, 3.12, 3.13, pypy3.7, pypy3.8, pypy3.9, pypy3.10
- windows: 3.7, 3.8, 3.9, 3.10, 3.11, 3.12

# 0.3.1

- musl wheels (#26)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "biscuit-python"
version = "0.3.1"
version = "0.3.2"
edition = "2021"

[lib]
Expand Down

0 comments on commit 81698fd

Please sign in to comment.