We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 052b14a commit b729048Copy full SHA for b729048
2 files changed
CHANGELOG.md
@@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/), and this project
6
adheres to [Semantic Versioning](https://semver.org/).
7
8
-## Unreleased
+## [1.3.0] - 2025-12-29
9
+
10
+[1.3.0]: https://github.com/rogdham/backports.zstd/releases/tag/v1.3.0
11
12
### :rocket: Added
13
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "backports.zstd"
3
-version = "1.2.0"
+version = "1.3.0"
4
authors = [{ name = "Rogdham", email = "contact@rogdham.net" }]
description = "Backport of compression.zstd"
readme = { file = "README.md", content-type = "text/markdown" }
0 commit comments