From 003b8bf8764e0783d4b21cdaeacfde4eca59ba95 Mon Sep 17 00:00:00 2001 From: Nathan Goldbaum Date: Mon, 23 Feb 2026 10:23:12 -0700 Subject: [PATCH] Prepare 1.2.1.0 release --- HISTORY.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index fe72fa1..e59b506 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,13 @@ Changelog ========= +1.2.1.0 (2025-02-23) +-------------------- + +- Added support for the free-threaded build of Python 3.14. +- Concurrent sharing of Compressor or Decompressor objects + now raises an exception. + 1.2.0.0 (2025-11-21) --------------------