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 a7b737b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 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.

6 changes: 3 additions & 3 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 <[email protected]>"]
version = "3.10.14-post2"
authors = ["ijl <[email protected]>", "nova <[email protected]>", "gbm <[email protected]>", "catherio <[email protected]>"]
description = "Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy"
edition = "2021"
resolver = "2"
Expand All @@ -24,7 +24,7 @@ include = [
"test/*.py",
"test/requirements.txt",
]

git ad
[lib]
name = "orjson"
crate-type = ["cdylib"]
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 a7b737b

Please sign in to comment.