Skip to content

Commit 88b4954

Browse files
committed
docs: update for v5.2.1 release
1 parent cbced1f commit 88b4954

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

CHANGELOG.md

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

8+
## [5.2.1] - 2026-05-05
9+
10+
### Fixed
11+
- Python 3.10 compatibility: replaced `datetime.UTC` (3.11+) with
12+
`datetime.timezone.utc` (available since 3.2). The script now runs on
13+
Python 3.10 (e.g. the default interpreter on Ubuntu 22.04 LTS). README
14+
updated to note the `tomli` fallback for custom themes on 3.10.
15+
816
## [5.2.0] - 2026-03-31
917

1018
### Added

0 commit comments

Comments
 (0)