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 52e03b9 commit a8742d9Copy full SHA for a8742d9
CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
7
+## 0.8.0 - 2022-06-19
8
+
9
+### Added
10
11
+- Add `list_subcommands` option. (Pull #55)
12
13
## 0.7.0 - 2022-04-28
14
15
### Added
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)
-__version__ = "0.7.0"
+__version__ = "0.8.0"
0 commit comments