diff --git a/CHANGELOG.md b/CHANGELOG.md index 87bb23cf..c109b006 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 3.10.12 + +### Changed + +- Publish PyPI manylinux i686 wheels. +- Publish PyPI musllinux i686 and arm7l wheels. +- Publish PyPI macOS wheels for Python 3.10 or later built on macOS 15. +- Publish PyPI Windows wheels using trusted publishing. + + ## 3.10.11 ### Changed @@ -8,6 +18,7 @@ - Publish PyPI wheels with trusted publishing and PEP 740 attestations. - Include text of licenses for vendored dependencies. + ## 3.10.10 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index b28197d8..e986a1e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -122,7 +122,7 @@ checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" [[package]] name = "orjson" -version = "3.10.11" +version = "3.10.12" dependencies = [ "associative-cache", "bytecount", diff --git a/Cargo.toml b/Cargo.toml index 7f09aba4..4a6213ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "orjson" -version = "3.10.11" +version = "3.10.12" authors = ["ijl "] description = "Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy" edition = "2021"