Skip to content

Commit

Permalink
1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ijl committed Jan 3, 2019
1 parent 432b159 commit b9aad68
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.3.1 - 2019-01-03

### Fixed

- Handle invalid UTF-8 in str

## 1.3.0 - 2019-01-02

### Changed
Expand Down
10 changes: 5 additions & 5 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "orjson"
version = "1.3.0"
version = "1.3.1"
authors = []
description = "Fast Python JSON library"
edition = '2018'
Expand Down

0 comments on commit b9aad68

Please # to comment.