Skip to content

Commit 2e3d96d

Browse files
committed
3.10.11
1 parent 2038206 commit 2e3d96d

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 3.10.11
4+
5+
### Changed
6+
7+
- Improve performance of UUIDs.
8+
- Publish PyPI wheels with trusted publishing and PEP 740 attestations.
9+
- Include text of licenses for vendored dependencies.
310

411
## 3.10.10
512

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