8000 3.10.15 · ijl/orjson@268b660 · GitHub
[go: up one dir, main page]

Skip to content

Commit 268b660

Browse files
committed
3.10.15
1 parent 7f93738 commit 268b660

File tree

4 files changed

+15
-7
lines changed

4 files changed

+15
-7
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Changelog
22

33

4+
## 3.10.15
5+
6+
### Changed
7+
8+
- Publish PyPI manylinux aarch64 wheels built and tested on aarch64.
9+
- Publish PyPI musllinux aarch64 and arm7l wheels built and tested on aarch64.
10+
- Publish PyPI manylinux Python 3.13 wheels for i686, arm7l, ppc64le, and s390x.
11+
12+
413
## 3.10.14
514

615
### Changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
[package]
22
name = "orjson"
3-
version = "3.10.14"
3+
version = "3.10.15"
44
authors = ["ijl <ijl@mailbox.org>"]
55
description = "Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy"
66
edition = "2021"
77
resolver = "2"
88
rust-version = "1.82"
99
license = "Apache-2.0 OR MIT"
10-
repository = "https://github.com/ijl/orjson"
11-
homepage = "https://github.com/ijl/orjson"
1210
readme = "README.md"
1311
keywords = ["fast", "json", "dataclass", "dataclasses", "datetime", "rfc", "8259", "3339"]
1412
include = [

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "orjson"
3-
version = "3.10.14"
3+
version = "3.10.15"
44
repository = "https://github.com/ijl/orjson"
55
requires-python = ">=3.8"
66
classifiers = [
@@ -26,8 +26,9 @@ classifiers = [
2626
]
2727

2828
[project.urls]
29-
Documentation = "https://github.com/ijl/orjson"
30-
Changelog = "https://github.com/ijl/orjson/blob/master/CHANGELOG.md"
29+
source = "https://github.com/ijl/orjson"
30+
documentation = "https://github.com/ijl/orjson"
31+
changelog = "https://github.com/ijl/orjson/blob/master/CHANGELOG.md"
3132

3233
[build-system]
3334
build-backend = "maturin"

0 commit comments

Comments
 (0)
0