We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f8e15d commit 76c33b0Copy full SHA for 76c33b0
2 files changed
CHANGES.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 1.6.1 (2026-02-27)
4
+
5
+- CRITICAL Linux!
6
+ The 1.6.0 build failed for Linux and wheels were not uploaded!
7
8
## 1.6.0 (2026-02-27)
9
10
- CRITICAL!
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "zodb-json-codec"
-version = "1.6.0"
+version = "1.6.1"
edition = "2021"
description = "Fast pickle ↔ JSON transcoder for ZODB, implemented in Rust"
readme = "README.md"
0 commit comments