diff --git a/CHANGELOG.md b/CHANGELOG.md index f8a740e1..87bb23cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 3.10.11 + +### Changed + +- Improve performance of UUIDs. +- Publish PyPI wheels with trusted publishing and PEP 740 attestations. +- Include text of licenses for vendored dependencies. ## 3.10.10 diff --git a/Cargo.lock b/Cargo.lock index fc7f72bb..fde9db8d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -136,7 +136,7 @@ checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" [[package]] name = "orjson" -version = "3.10.10" +version = "3.10.11" dependencies = [ "associative-cache", "bytecount", diff --git a/Cargo.toml b/Cargo.toml index 99ae91e4..516f4d0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "orjson" -version = "3.10.10" +version = "3.10.11" authors = ["ijl "] description = "Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy" edition = "2021"