Skip to content

Commit 54d7c07

Browse files
committed
3.4.8
1 parent 2b19f88 commit 54d7c07

3 files changed

Lines changed: 18 additions & 8 deletions

File tree

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.4.8 - 2021-02-04
4+
5+
### Fixed
6+
7+
- aarch64 manylinux2014 wheels are now compatible with glibc 2.17.
8+
9+
### Changed
10+
11+
- Fix build warnings on ppcle64.
12+
313
## 3.4.7 - 2021-01-19
414

515
### Changed

Cargo.lock

Lines changed: 7 additions & 7 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 = "3.4.7"
3+
version = "3.4.8"
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)