Skip to content

Commit 8f894d9

Browse files
committed
prepeare release
1 parent 38b2516 commit 8f894d9

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGES.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
# Changelog
22

3-
## 1.1.0
3+
## 1.2.0 (2026-02-10)
44

5-
- Add `decode_zodb_record_for_pg` for single-pass PG optimization
6-
(combines decode + ref extraction + null-byte sanitization)
75
- Release GIL during pure-Rust pickle decoding phases, allowing other
86
Python threads to run during the CPU-bound parse
7+
- Add `decode_zodb_record_for_pg` for single-pass PG optimization
8+
(combines decode + ref extraction + null-byte sanitization)
9+
10+
## 1.1.0
11+
912
- Add builds for Python 3.14
1013

1114
## 1.0.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zodb-json-codec"
3-
version = "1.1.0"
3+
version = "1.2.0"
44
edition = "2021"
55
description = "Fast pickle ↔ JSON transcoder for ZODB, implemented in Rust"
66
readme = "README.md"

0 commit comments

Comments
 (0)