diff --git a/CHANGELOG.md b/CHANGELOG.md index 13c7370..1eb060c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Cargo.lock b/Cargo.lock index d25e8d6..0a095ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -90,7 +90,7 @@ dependencies = [ [[package]] name = "biscuit-python" -version = "0.3.1" +version = "0.3.2" dependencies = [ "base64", "biscuit-auth", diff --git a/Cargo.toml b/Cargo.toml index 832ee83..2e7d6d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "biscuit-python" -version = "0.3.1" +version = "0.3.2" edition = "2021" [lib]