Skip to content

Commit d6ca6cc

Browse files
committed
Release 3.0.0
1 parent a6747ab commit d6ca6cc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ All notable changes to this project are documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) (as of version 2.0.1).
77

8-
## [Unreleased]
8+
## [3.0.0] - 2025-12-12
99

1010
### Changed
11+
1112
- Upgrade to Python 3.14 + Debian bookworm (#351)
1213
- **BREAKING**: Replace usage of multiple `--tag` with single CSV `--tags` for Zimfarm integration (#351)
1314
- Enhance logic to download images to better respect upstream servers (#367 and #369)

src/sotoki/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.0.0-dev0"
1+
__version__ = "3.0.0"

0 commit comments

Comments
 (0)