We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6747ab commit d6ca6ccCopy full SHA for d6ca6cc
CHANGELOG.md
@@ -5,9 +5,10 @@ All notable changes to this project are 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) (as of version 2.0.1).
7
8
-## [Unreleased]
+## [3.0.0] - 2025-12-12
9
10
### Changed
11
+
12
- Upgrade to Python 3.14 + Debian bookworm (#351)
13
- **BREAKING**: Replace usage of multiple `--tag` with single CSV `--tags` for Zimfarm integration (#351)
14
- Enhance logic to download images to better respect upstream servers (#367 and #369)
src/sotoki/__about__.py
@@ -1 +1 @@
1
-__version__ = "3.0.0-dev0"
+__version__ = "3.0.0"
0 commit comments