Skip to content

Commit e831c81

Browse files
committed
3.5.4
1 parent e02080d commit e831c81

3 files changed

Lines changed: 14 additions & 2 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.5.4 - 2021-06-30
4+
5+
### Fixed
6+
7+
- Fix memory leak serializing `datetime.datetime` with `tzinfo`.
8+
- Fix wrong error message when serializing an unsupported numpy type
9+
without default specified.
10+
11+
### Changed
12+
13+
- Publish python3.10 and python3.9 manylinux_2_24 wheels.
14+
315
## 3.5.3 - 2021-06-01
416

517
### Fixed

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 = "3.5.3"
3+
version = "3.5.4"
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)