Skip to content

Commit 53458f4

Browse files
committed
2.0.9
1 parent 24de8f6 commit 53458f4

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## 2.0.9 - 2019-09-22
4+
5+
### Changed
6+
7+
- Minor performance improvements.
8+
9+
### Fixed
10+
11+
- Fix inaccurate zero padding in serialization of microseconds on
12+
`datetime.time` objects.
13+
314
## 2.0.8 - 2019-09-18
415

516
### 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[package]
22
name = "orjson"
3-
version = "2.0.8"
3+
version = "2.0.9"
44
authors = ["ijl <ijl@mailbox.org>"]
55
description = "Fast, correct Python JSON library"
66
edition = "2018"
77
license = "Apache-2.0 OR MIT"
88
repository = "https://github.com/ijl/orjson"
99
homepage = "https://github.com/ijl/orjson"
1010
readme = "README.md"
11-
keywords = ["fast", "json", "datetime", "rfc", "3339"]
11+
keywords = ["fast", "json", "datetime", "rfc", "8259", "3339"]
1212
include = [
1313
"Cargo.toml",
1414
"CHANGELOG.md",

0 commit comments

Comments
 (0)