Skip to content

Commit 24dc132

Browse files
committed
3.8.11
1 parent 174302f commit 24dc132

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

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

3+
## 3.8.11 - 2023-04-27
4+
5+
### Changed
6+
7+
- `orjson.loads()` on an empty document has a specific error message.
8+
- PyPI `manylinux_2_28_x86_64` wheels are compiled for `x86-64-v2`.
9+
- PyPI macOS wheels are only `universal2` and compiled for
10+
`x86-64-v2` and `apple-m1`.
11+
312
## 3.8.10 - 2023-04-09
413

514
### Fixed

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.10"
3+
version = "3.8.11"
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)