We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06c547b commit bebfd24Copy full SHA for bebfd24
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.4.0 - 2021-05-12
8
+
9
+### Added
10
11
+- Relax `click` version constraint. (Pull #39)
12
13
## 0.3.0 - 2021-02-19
14
15
### Changed
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.3.0"
+__version__ = "0.4.0"
0 commit comments