Skip to content

Commit 378af2c

Browse files
committed
3.4.6
1 parent 8776263 commit 378af2c

3 files changed

Lines changed: 8 additions & 2 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.4.6 - 2020-12-07
4+
5+
### Fixed
6+
7+
- Fix compatibility with debug builds of CPython.
8+
39
## 3.4.5 - 2020-12-02
410

511
### 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.4.5"
3+
version = "3.4.6"
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)