Skip to content

Commit

Permalink
3.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ijl committed Feb 28, 2023
1 parent c29d392 commit 4b8b5cf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 3.8.7 - 2023-02-28

### Fixed

- Use serialization backend introduced in 3.8.4 only on well-tested
platforms such as glibc, macOS by default.

## 3.8.6 - 2023-02-09

### Fixed
Expand All @@ -11,7 +18,7 @@
- Make `python-dateutil` optional in tests.
- Handle failure to load system timezones in tests.

## 3.8.5 - 2023-01-04
## 3.8.5 - 2023-01-10

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion 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 = "3.8.6"
version = "3.8.7"
authors = ["ijl <[email protected]>"]
description = "Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy"
edition = "2021"
Expand Down

0 comments on commit 4b8b5cf

Please sign in to comment.