From 268b6608d095e80470895d9ed4f13aa863fb8640 Mon Sep 17 00:00:00 2001 From: ijl Date: Sat, 18 Jan 2025 15:23:36 +0000 Subject: [PATCH] 3.10.15 --- CHANGELOG.md | 9 +++++++++ Cargo.lock | 2 +- Cargo.toml | 4 +--- pyproject.toml | 7 ++++--- 4 files changed, 15 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9886290e..34f7f14a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog +## 3.10.15 + +### Changed + +- Publish PyPI manylinux aarch64 wheels built and tested on aarch64. +- Publish PyPI musllinux aarch64 and arm7l wheels built and tested on aarch64. +- Publish PyPI manylinux Python 3.13 wheels for i686, arm7l, ppc64le, and s390x. + + ## 3.10.14 ### Changed diff --git a/Cargo.lock b/Cargo.lock index f2a96991..a198f82e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -127,7 +127,7 @@ checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" [[package]] name = "orjson" -version = "3.10.14" +version = "3.10.15" dependencies = [ "associative-cache", "bytecount", diff --git a/Cargo.toml b/Cargo.toml index d420f94c..bd3cf92a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,14 +1,12 @@ [package] name = "orjson" -version = "3.10.14" +version = "3.10.15" authors = ["ijl "] description = "Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy" edition = "2021" resolver = "2" rust-version = "1.82" license = "Apache-2.0 OR MIT" -repository = "https://github.com/ijl/orjson" -homepage = "https://github.com/ijl/orjson" readme = "README.md" keywords = ["fast", "json", "dataclass", "dataclasses", "datetime", "rfc", "8259", "3339"] include = [ diff --git a/pyproject.toml b/pyproject.toml index 12a1bb9e..e9790e35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "orjson" -version = "3.10.14" +version = "3.10.15" repository = "https://github.com/ijl/orjson" requires-python = ">=3.8" classifiers = [ @@ -26,8 +26,9 @@ classifiers = [ ] [project.urls] -Documentation = "https://github.com/ijl/orjson" -Changelog = "https://github.com/ijl/orjson/blob/master/CHANGELOG.md" +source = "https://github.com/ijl/orjson" +documentation = "https://github.com/ijl/orjson" +changelog = "https://github.com/ijl/orjson/blob/master/CHANGELOG.md" [build-system] build-backend = "maturin"