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 de307d4 commit d9dd69dCopy full SHA for d9dd69d
CHANGELOG.md
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
7
## Unreleased
8
9
+## 0.9.0 - 2025-04-07
10
+
11
### Changed
12
13
- Drop support for Python 3.8. (Pull #85)
mkdocs_click/__version__.py
@@ -1,4 +1,4 @@
1
# (C) Datadog, Inc. 2020-present
2
# All rights reserved
3
# Licensed under the Apache license (see LICENSE)
4
-__version__ = "0.8.1"
+__version__ = "0.9.0"
0 commit comments