Skip to content

Commit 4eb4f00

Browse files
committed
3.9.13
1 parent 5397e54 commit 4eb4f00

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

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

33

4+
## 3.9.13 - 2024-02-03
5+
6+
### Fixed
7+
8+
- Serialization `str` escape uses only 128-bit SIMD.
9+
- Fix compatibility with CPython 3.13 alpha 3.
10+
11+
### Changed
12+
13+
- Publish `musllinux_1_2` instead of `musllinux_1_1` wheels.
14+
- Serialization uses small integer optimization in CPython 3.12 or later.
15+
416
## 3.9.12 - 2024-01-18
517

618
### 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.9.12"
3+
version = "3.9.13"
44
authors = ["ijl <[email protected]>"]
55
description = "Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy"
66
edition = "2021"

0 commit comments

Comments
 (0)