Skip to content

Commit 6e34f18

Browse files
committed
2.6.2
1 parent 787ebdb commit 6e34f18

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## 2.6.2 - 2020-03-27
4+
5+
### Changed
6+
7+
- Publish python3.9 `manylinux2014` wheel instead of `manylinux1` for `x86_64`.
8+
- Publish python3.9 `manylinux2014` wheel for `aarch64`.
9+
10+
### Fixed
11+
12+
- Fix compilation failure on 32-bit.
13+
314
## 2.6.1 - 2020-03-19
415

516
### 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 = "2.6.1"
3+
version = "2.6.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)