Skip to content

Commit ba8c701

Browse files
committed
3.9.14
1 parent a2f7b7b commit ba8c701

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,17 @@
11
# Changelog
22

33

4+
## 3.9.14 - 2024-02-14
5+
6+
### Fixed
7+
8+
- Fix crash serializing `str` introduced in 3.9.11.
9+
10+
### Changed
11+
12+
- Build now depends on Rust 1.72 or later.
13+
14+
415
## 3.9.13 - 2024-02-03
516

617
### Fixed
@@ -13,6 +24,7 @@
1324
- Publish `musllinux_1_2` instead of `musllinux_1_1` wheels.
1425
- Serialization uses small integer optimization in CPython 3.12 or later.
1526

27+
1628
## 3.9.12 - 2024-01-18
1729

1830
### 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.13"
3+
version = "3.9.14"
44
authors = ["ijl <ijl@mailbox.org>"]
55
description = "Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy"
66
edition = "2021"

0 commit comments

Comments
 (0)