Skip to content

Commit cec9e34

Browse files
committed
prep release
1 parent 9292dee commit cec9e34

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGES.md

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

3-
## 1.3.0 (unreleased)
3+
## 1.3.0 (2026-02-24)
44

55
- Fix SETITEMS/SETITEM/APPENDS/APPEND on dict/list subclasses (OrderedDict,
66
defaultdict, deque, etc.) — previously crashed with
77
`ValueError: SETITEMS on non-dict` [#5]
88
- Box Instance variant as `Instance(Box<InstanceData>)`, reducing PickleValue
99
enum from 56 to 48 bytes (-13% weighted benchmark improvement)
1010

11-
## 1.2.2
11+
## 1.2.2 (2026-02-22)
1212

1313
Security review fixes (addresses #3):
1414

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.2.2"
3+
version = "1.3.0"
44
edition = "2021"
55
description = "Fast pickle ↔ JSON transcoder for ZODB, implemented in Rust"
66
readme = "README.md"

0 commit comments

Comments
 (0)