Skip to content

Commit 4d4766e

Browse files
committed
Bump version to 3.11.7-post2
1 parent af6bfb4 commit 4d4766e

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
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.11.7-post2
5+
6+
### Added
7+
8+
- Support serializing NaN and Infinity as literals instead of null.
9+
- Remove JSON parsing recursion limit.
10+
- Support serializing PyTorch tensors when numpy serialization is enabled.
11+
- Support serializing zero-dimensional numpy arrays as scalars.
12+
413
## 3.11.7 - 2026-02-02
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "orjson"
3-
version = "3.11.7"
3+
version = "3.11.7-post2"
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.7"
3+
version = "3.11.7-post2"
44
repository = "https://github.com/ijl/orjson"
55
description = "Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)