Skip to content

Commit ba76014

Browse files
committed
3.11.2
1 parent 4931590 commit ba76014

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

CHANGELOG.md

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

33

4+
## 3.11.2 - 2025-08-12
5+
6+
### Fixed
7+
8+
- Fix build using Rust 1.89 on amd64.
9+
- Build now depends on Rust 1.85 or later instead of 1.82.
10+
11+
412
## 3.11.1 - 2025-07-25
513

614
### Changed
@@ -9,7 +17,7 @@
917

1018
### Fixed
1119

12-
- Fix `str` on big-endian architectures.
20+
- Fix `str` on big-endian architectures. This was introduced in 3.11.0.
1321

1422

1523
## 3.11.0 - 2025-07-15

Cargo.lock

Lines changed: 2 additions & 2 deletions
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.1"
3+
version = "3.11.2"
44
authors = ["ijl <[email protected]>"]
55
description = "Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy"
66
edition = "2021"

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.1"
3+
version = "3.11.2"
44
repository = "https://github.com/ijl/orjson"
55
requires-python = ">=3.9"
66
classifiers = [

0 commit comments

Comments
 (0)