8000 3.10.3 · ijl/orjson@3c1f2a4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3c1f2a4

Browse files
committed
3.10.3
1 parent e343d90 commit 3c1f2a4

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,6 +1,15 @@
11
# Changelog
22

33

4+
## 3.10.3 - 2024-05-03
5+
6+
### Changed
7+
8+
- `manylinux` amd64 builds include runtime-detected AVX-512 `str`
9+
implementation.
10+
- Tests now compatible with numpy v2.
11+
12+
413
## 3.10.2 - 2024-05-01
514

615
### 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.10.2"
3+
version = "3.10.3"
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)
0