We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27ac08a commit d7e0eddCopy full SHA for d7e0edd
2 files changed
CHANGELOG.md
@@ -5,6 +5,10 @@ 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.1.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [1.0.8] - 2024-09-16
9
+
10
+- Fix banner display in `README.md` on `PyPI`.
11
12
## [1.0.7] - 2024-09-16
13
14
- Add `version` command to the CLI.
captametropolis/__version__.py
@@ -1 +1 @@
1
-__version__ = "1.0.7"
+__version__ = "1.0.8"
0 commit comments