Skip to content

Commit ab45310

Browse files
committed
3.3.1
1 parent f9c1fa2 commit ab45310

3 files changed

Lines changed: 18 additions & 6 deletions

File tree

CHANGELOG.md

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

3+
## 3.3.1 - 2020-08-17
4+
5+
### Fixed
6+
7+
- Fix failure to deserialize some latin1 strings on some platforms. This
8+
was introduced in 3.2.0.
9+
- Fix annotation of optional parameters on `orjson.dumps()` for `help()`.
10+
11+
### Changed
12+
13+
- Publish `manylinux2014` wheels for amd64 in addition to `manylinux1`.
14+
315
## 3.3.0 - 2020-07-24
416

517
### Added

Cargo.lock

Lines changed: 5 additions & 5 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.3.0"
3+
version = "3.3.1"
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)