Skip to content

Commit 01db30f

Browse files
committed
chore: prepare v1.4.0
1 parent 583a808 commit 01db30f

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/), and this project
66
adheres to [Semantic Versioning](https://semver.org/).
77

8-
## Unreleased
8+
## [1.4.0] - 2026-05-03
9+
10+
[1.4.0]: https://github.com/rogdham/backports.zstd/releases/tag/v1.4.0
911

1012
### :rocket: Added
1113

@@ -14,7 +16,7 @@ adheres to [Semantic Versioning](https://semver.org/).
1416
- Remove support for CPython 3.9
1517
- Build wheels for Android
1618
- Build wheels for iOS
17-
- Stop build wheels for CPython 3.13 free-threading
19+
- Stop building wheels for CPython 3.13 free-threading
1820

1921
## [1.3.0] - 2025-12-29
2022

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "backports.zstd"
3-
version = "1.3.0"
3+
version = "1.4.0"
44
authors = [{ name = "Rogdham", email = "contact@rogdham.net" }]
55
description = "Backport of compression.zstd"
66
readme = { file = "README.md", content-type = "text/markdown" }

0 commit comments

Comments
 (0)