Skip to content

Commit a60506c

Browse files
committed
3.8.9
1 parent dc13054 commit a60506c

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

3+
## 3.8.9 - 2023-03-28
4+
5+
### Fixed
6+
7+
- Fix parallel initialization of orjson.
8+
39
## 3.8.8 - 2023-03-20
410

511
### 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.8.8"
3+
version = "3.8.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)