Skip to content

Commit 504a99b

Browse files
committed
3.10.13
1 parent 9a4ef46 commit 504a99b

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

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

3+
## 3.10.13
4+
5+
### Changed
6+
7+
- Fix compatibility with maturin introducing a breaking change in 1.8.0 and
8+
specify a fixed version of maturin. Projects relying on any previous version
9+
being buildable from source by end users (via PEP 517) must upgrade to at
10+
least this version.
11+
12+
313
## 3.10.12
414

515
### 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.10.12"
3+
version = "3.10.13"
44
authors = ["ijl <[email protected]>"]
55
description = "Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy"
66
edition = "2021"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "orjson"
3-
version = "3.10.12"
3+
version = "3.10.13"
44
repository = "https://github.com/ijl/orjson"
55
requires-python = ">=3.8"
66
classifiers = [

0 commit comments

Comments
 (0)