Skip to content

Commit c34850b

Browse files
committed
2.0.7
1 parent 35c325e commit c34850b

3 files changed

Lines changed: 12 additions & 2 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+
## 2.0.7 - 2019-08-29
4+
5+
### Changed
6+
7+
- Publish PEP 517 source distribution.
8+
9+
### Fixed
10+
11+
- `orjson.dumps()` raises `JSONEncodeError` on circular references.
12+
313
## 2.0.6 - 2019-05-11
414

515
### Changed

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 = "2.0.6"
3+
version = "2.0.7"
44
authors = ["ijl <ijl@mailbox.org>"]
55
description = "Fast, correct Python JSON library"
66
edition = "2018"

0 commit comments

Comments
 (0)