Skip to content

Commit 8bea796

Browse files
committed
Release 0.10.1
1 parent 6bc8128 commit 8bea796

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,21 @@ 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),
77
as of 0.8.2
88

9-
## [Unreleased]
9+
## [0.10.1] - 2025-11-10
1010

1111
### Fixed
1212

1313
- Add readme to pyproject.toml (#18)
14+
- Loosen dependency ranges (#21)
1415

15-
## [0.10.0]
16+
## [0.10.0] - 2025-11-03
1617

1718
### Added
1819

1920
- Configure resources with user-specified timeouts (#12)
2021
- Updated Python version requirement to 3.10-3.14 (#16)
2122

22-
## [0.9.0]
23+
## [0.9.0] - 2024-05-08
2324

2425
### Added
2526

src/kiwixstorage/__about__.py

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

0 commit comments

Comments
 (0)