Skip to content

Commit aa8c946

Browse files
committed
3.11.3
1 parent 2442efc commit aa8c946

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

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

33

4+
## 3.11.3 - 2025-08-26
5+
6+
### Fixed
7+
8+
- Fix PyPI project metadata when using maturin 1.9.2 or later.
9+
10+
411
## 3.11.2 - 2025-08-12
512

613
### Fixed
714

815
- Fix build using Rust 1.89 on amd64.
16+
17+
### Changed
18+
919
- Build now depends on Rust 1.85 or later instead of 1.82.
1020

1121

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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "orjson"
3-
version = "3.11.2"
3+
version = "3.11.3"
44
authors = ["ijl <[email protected]>"]
55
edition = "2021"
66
resolver = "2"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "orjson"
3-
version = "3.11.2"
3+
version = "3.11.3"
44
repository = "https://github.com/ijl/orjson"
55
description = "Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy"
66
requires-python = ">=3.9"

0 commit comments

Comments
 (0)