Skip to content

Commit 0b7a633

Browse files
committed
3.5.1
1 parent f5b4bb1 commit 0b7a633

4 files changed

Lines changed: 16 additions & 10 deletions

File tree

CHANGELOG.md

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

3+
## 3.5.1 - 2021-03-06
4+
5+
### Changed
6+
7+
- Publish `universal2` wheels for macOS supporting Apple Silicon (aarch64).
8+
39
## 3.5.0 - 2021-02-24
410

511
### Added

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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ support for 64-bit
3333
file-like objects
3434

3535
orjson supports CPython 3.6, 3.7, 3.8, 3.9, and 3.10. It distributes x86_64/amd64
36-
and aarch64/armv8 wheels for Linux. It distributes x86_64/amd64 wheels for
37-
macOS and Windows. orjson does not support PyPy. Releases follow semantic
36+
and aarch64/armv8 wheels for Linux and macOS. It distributes x86_64/amd64 wheels
37+
for and Windows. orjson does not support PyPy. Releases follow semantic
3838
versioning and serializing a new object type without an opt-in flag is
3939
considered a breaking change.
4040

0 commit comments

Comments
 (0)