Skip to content

Commit 95a03b0

Browse files
committed
2.2.0
1 parent 0c38dca commit 95a03b0

3 files changed

Lines changed: 16 additions & 4 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+
## 2.2.0 - 2020-01-22
4+
5+
### Added
6+
7+
- `orjson.dumps()` serializes `uuid.UUID` instances if
8+
`option=orjson.OPT_SERIALIZE_UUID` is specified.
9+
10+
### Changed
11+
12+
- Minor performance improvements.
13+
- Publish Python 3.9 wheel for Linux.
14+
315
## 2.1.4 - 2020-01-08
416

517
### Fixed

Cargo.lock

Lines changed: 3 additions & 3 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 = "2.1.4"
3+
version = "2.2.0"
44
authors = ["ijl <ijl@mailbox.org>"]
55
description = "Fast, correct Python JSON library supporting dataclasses and datetimes"
66
edition = "2018"

0 commit comments

Comments
 (0)