Skip to content

Commit 4b29943

Browse files
committed
3.10.18
1 parent e6086d7 commit 4b29943

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 3.10.18
4+
5+
### Fixed
6+
7+
- Fix incorrect escaping of the vertical tabulation character. This was
8+
introduced in 3.10.17.
9+
310

411
## 3.10.17
512

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "orjson"
3-
version = "3.10.17"
3+
version = "3.10.18"
44
authors = ["ijl <[email protected]>"]
55
description = "Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy"
66
edition = "2021"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "orjson"
3-
version = "3.10.17"
3+
version = "3.10.18"
44
repository = "https://github.com/ijl/orjson"
55
requires-python = ">=3.9"
66
classifiers = [

0 commit comments

Comments
 (0)