Skip to content

Commit e331c52

Browse files
committed
3.10.9
1 parent 4ba2c7f commit e331c52

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Changelog
22

33

4+
### 3.10.9
5+
6+
### Fixed
7+
8+
- Fix `int` serialization on 32-bit Python 3.8, 3.9, 3.10. This was
9+
introduced in 3.10.8.
10+
11+
412
### 3.10.8
513

614
### Changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "orjson"
3-
version = "3.10.8"
3+
version = "3.10.9"
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)