Skip to content

Commit 5c54cc9

Browse files
committed
2.5.2
1 parent 25b3ec0 commit 5c54cc9

3 files changed

Lines changed: 17 additions & 10 deletions

File tree

CHANGELOG.md

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

3+
## 2.5.2 - 2020-03-07
4+
5+
### Changed
6+
7+
- Publish `manylinux2014` wheels for `aarch64`.
8+
- numpy support now includes `numpy.uint32` and `numpy.uint64`.
9+
310
## 2.5.1 - 2020-02-24
411

512
### Changed

Cargo.lock

Lines changed: 9 additions & 9 deletions
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 = "2.5.1"
3+
version = "2.5.2"
44
authors = ["ijl <ijl@mailbox.org>"]
55
description = "Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy"
66
edition = "2018"

0 commit comments

Comments
 (0)