We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a6fd09 commit b7dc329Copy full SHA for b7dc329
CHANGELOG.md
@@ -4,6 +4,17 @@ 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.2.0 - 2020-12-09
8
+
9
+### Added
10
11
+- Add `:prog_name:` option to allow overriding the name of the CLI program. (Pull #8, contributed by @frankier.)
12
+- Add official support for Python 3.9. (Pull #20)
13
14
+### Fixed
15
16
+- Properly pin `click==7.*` and `markdown==3.*`. (Pull #19)
17
18
## 0.1.1 - 2020-06-05
19
20
### Fixed
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.1.1"
+__version__ = "0.2.0"
0 commit comments