Skip to content

Commit 1dbaff6

Browse files
committed
2.0.1
1 parent b27a680 commit 1dbaff6

4 files changed

Lines changed: 20 additions & 12 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+
## 2.0.1 - 2019-02-05
4+
5+
### Changed
6+
7+
- Publish Windows wheel.
8+
39
## 2.0.0 - 2019-01-28
410

511
### Added

Cargo.lock

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

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ conformance on NaN/Infinity/-Infinity, having an option for strict
1717
JSON conformance on 53-bit integers, not supporting pretty
1818
printing, and not supporting all standard library options.
1919

20-
It supports CPython 3.6 and 3.7 and distributes wheels for Linux and macOS.
20+
It supports CPython 3.6 and 3.7 and distributes wheels for Linux, macOS, and
21+
Windows. The repository and issue tracker is
22+
[github.com/ijl/orjson](https://github.com/ijl/orjson).
2123

2224
## Usage
2325

@@ -265,8 +267,8 @@ repository. It is tested to not crash against the
265267
It is tested to not leak memory. It is tested to be correct against
266268
input from the PyJFuzz JSON fuzzer. It is tested to not crash
267269
against and not accept invalid UTF-8. There are integration tests
268-
exercising the library's use in web servers (uwsgi and gunicorn,
269-
using multiprocess/forked workers) and when
270+
exercising the library's use in web servers (gunicorn using multiprocess/forked
271+
workers) and when
270272
multithreaded. It also uses some tests from the ultrajson library.
271273

272274
## Performance

0 commit comments

Comments
 (0)