Skip to content

Commit 427fe5f

Browse files
author
Ofek Lev
committed
Release 0.6.0
1 parent c12149f commit 427fe5f

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

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.6.0 - 2022-04-02
8+
9+
### Changed
10+
11+
- Only support newer versions of `click` in response to a breaking change. (Pull #49)
12+
713
## 0.5.0 - 2021-11-19
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.5.0"
4+
__version__ = "0.6.0"

0 commit comments

Comments
 (0)