Skip to content

Commit fb3eb1f

Browse files
committed
3.11.5
1 parent 52688e0 commit fb3eb1f

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

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

33

4+
## 3.11.5 - 2025-12-06
5+
6+
### Changed
7+
8+
- Show simple error message instead of traceback when attempting to
9+
build on unsupported Python versions.
10+
11+
412
## 3.11.4 - 2025-10-24
513

614
### 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "orjson"
3-
version = "3.11.4"
3+
version = "3.11.5"
44
authors = ["ijl <ijl@mailbox.org>"]
55
description = "Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy"
66
repository = "https://github.com/ijl/orjson"

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.4"
3+
version = "3.11.5"
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)