From 4356f1a529bd5692f3a0e37062273f6fc3863b77 Mon Sep 17 00:00:00 2001 From: Rogdham Date: Sat, 6 Dec 2025 17:48:32 +0100 Subject: [PATCH] chore: prepare v1.2.0 --- CHANGELOG.md | 4 +++- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a224b83..b448dfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/), and this project adheres to [Semantic Versioning](https://semver.org/). -## Unreleased +## [1.2.0] - 2025-12-06 + +[1.2.0]: https://github.com/rogdham/backports.zstd/releases/tag/v1.2.0 ### :rocket: Added diff --git a/pyproject.toml b/pyproject.toml index 17d5f3e..fb17cf3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "backports.zstd" -version = "1.1.0" +version = "1.2.0" authors = [{ name = "Rogdham", email = "contact@rogdham.net" }] description = "Backport of compression.zstd" readme = { file = "README.md", content-type = "text/markdown" }