From 49187833e7671747d3d0dd18b0f9688327aa8947 Mon Sep 17 00:00:00 2001 From: ijl Date: Tue, 22 Oct 2024 17:14:39 +0000 Subject: [PATCH] 3.10.10 --- CHANGELOG.md | 11 +++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87ff1803..9688cd4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # Changelog +### 3.10.10 + +### Fixed + +- Fix `int` serialization on `s390x`. This was introduced in 3.10.8. + +### Changed + +- Publish aarch64 manylinux_2_17 wheel for 3.13 to PyPI. + + ### 3.10.9 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 45b3f58a..87442287 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -145,7 +145,7 @@ checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" [[package]] name = "orjson" -version = "3.10.9" +version = "3.10.10" dependencies = [ "arrayvec", "associative-cache", diff --git a/Cargo.toml b/Cargo.toml index 66a27ee0..0664979a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "orjson" -version = "3.10.9" +version = "3.10.10" authors = ["ijl "] description = "Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy" edition = "2021"