Skip to content

Commit

Permalink
2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ijl committed Oct 29, 2019
1 parent b89a8ae commit f884b8c
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 43 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## 2.1.1 - 2019-10-29

### Changed

- Publish `manylinux1` wheels instead of `manylinux2010`.

## 2.1.0 - 2019-10-24

### Added
Expand Down
82 changes: 41 additions & 41 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "orjson"
version = "2.1.0"
version = "2.1.1"
authors = ["ijl <ijl@mailbox.org>"]
description = "Fast, correct Python JSON library supporting dataclasses and datetimes"
edition = "2018"
Expand Down Expand Up @@ -52,7 +52,7 @@ encoding_rs = { version = "0.8", default_features = false, features = ["simd-acc
itoa = { version = "0.4", default_features = false }
lazy_static = { version = "1.4.0", default_features = false }
parking_lot = {version = "0.9", features = ["nightly"]}
pyo3 = { git = "https://github.com/PyO3/pyo3.git", rev = "34843d754a4b11237b819ca4a5197a96fa5fd1b1", default_features = false, features = ["extension-module"]}
pyo3 = { git = "https://github.com/PyO3/pyo3.git", rev = "fe229753fb6028a6c9418f020d8aab76b3693aae", default_features = false, features = ["extension-module"]}
rand = { version = "0.7", default_features = false, features = ["getrandom", "std"] }
serde = { version = "1", default_features = false }
serde_json = { git = "https://github.com/ijl/json.git", rev = "0e82f6055fc062888026229d3208466f2c99182a", default_features = false, features = ["perfect_float"] }
Expand Down

0 comments on commit f884b8c

Please sign in to comment.