Skip to content

Commit 1534f8c

Browse files
committed
3.10.14
1 parent 3964617 commit 1534f8c

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
4+
## 3.10.14
5+
6+
### Changed
7+
8+
- Specify build system dependency on `maturin>=1,<2` again.
9+
- Allocate memory using `PyMem_Malloc()` and similar APIs for integration
10+
with pymalloc, mimalloc, and tracemalloc.
11+
- Source distribution does not ship compressed test documents and relevant
12+
tests skip if fixtures are not present.
13+
- Build now depends on Rust 1.82 or later instead of 1.72.
14+
15+
316
## 3.10.13
417

518
### 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.13"
3+
version = "3.10.14"
44
authors = ["ijl <ijl@mailbox.org>"]
55
description = "Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy"
66
edition = "2021"

pyproject.toml

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

0 commit comments

Comments
 (0)