Skip to content

Commit a8742d9

Browse files
committed
Release 0.8.0
1 parent 52e03b9 commit a8742d9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7+
## 0.8.0 - 2022-06-19
8+
9+
### Added
10+
11+
- Add `list_subcommands` option. (Pull #55)
12+
713
## 0.7.0 - 2022-04-28
814

915
### Added

mkdocs_click/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# (C) Datadog, Inc. 2020-present
22
# All rights reserved
33
# Licensed under the Apache license (see LICENSE)
4-
__version__ = "0.7.0"
4+
__version__ = "0.8.0"

0 commit comments

Comments
 (0)