From 57adb0d12dcc065a0746ae1dcb962cf787fc9f92 Mon Sep 17 00:00:00 2001 From: ijl Date: Tue, 12 Mar 2019 14:17:55 +0000 Subject: [PATCH] 2.0.2 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d5105fe..247ddf5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 2.0.2 - 2019-03-12 + +### Changed + +- Support Python 3.5. + ## 2.0.1 - 2019-02-05 ### Changed diff --git a/Cargo.lock b/Cargo.lock index 1ad8ab66..264e71fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -105,7 +105,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "orjson" -version = "2.0.1" +version = "2.0.2" dependencies = [ "encoding_rs 0.8.17 (registry+https://github.com/rust-lang/crates.io-index)", "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 61a0a6f3..dd60e314 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "orjson" -version = "2.0.1" +version = "2.0.2" authors = ["ijl "] description = "Fast, correct Python JSON library" edition = "2018"