Skip to content

Commit

Permalink
Update version to post2 and correct authorship
Browse files Browse the repository at this point in the history
  • Loading branch information
catherio committed Jan 16, 2025
1 parent 6ca9740 commit 7d446d1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 3.10.14-post2

### Fixed

- Updated tests to correctly expect NaN/Infinity support and overflow handling
- Fix behavior on 0-dimensional arrays/tensors
- Fix behavior where Infinity/NaN were incorrectly being written as strings

## 3.10.14-post1

### Added
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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "orjson"
version = "3.10.14-post1"
authors = ["ijl <ijl@mailbox.org>"]
version = "3.10.14-post2"
authors = ["ijl <ijl@mailbox.org>", "nova <nova@anthropic.com>", "gbm <gbm@anthropic.com>", "catherio <catherio@anthropic.com>"]
description = "Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy"
edition = "2021"
resolver = "2"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "orjson"
version = "3.10.14-post1"
version = "3.10.14-post2"
repository = "https://github.com/ijl/orjson"
requires-python = ">=3.8"
classifiers = [
Expand Down

0 comments on commit 7d446d1

Please sign in to comment.