We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55e4f07 commit 6b01726Copy full SHA for 6b01726
CHANGELOG.md
@@ -5,11 +5,11 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
-## [Unreleased]
+## [0.2.2] - 2025-01-20
9
10
### Changed
11
12
-- Add support for 3.13, remove support for 3.8
+- Add support for Python 3.13, remove support for Python 3.8 (#19)
13
14
## [0.2.1] - 2024-05-06
15
src/hatch_openzim/__about__.py
@@ -1 +1 @@
1
-__version__ = "0.3.0-dev1"
+__version__ = "0.2.2"
0 commit comments