Skip to content

Commit bebfd24

Browse files
committed
Release 0.4.0
1 parent 06c547b commit bebfd24

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: CHANGELOG.md

+6
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.4.0 - 2021-05-12
8+
9+
### Added
10+
11+
- Relax `click` version constraint. (Pull #39)
12+
713
## 0.3.0 - 2021-02-19
814

915
### Changed

Diff for: mkdocs_click/__version__.py

+1-1
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.3.0"
4+
__version__ = "0.4.0"

0 commit comments

Comments
 (0)