Skip to content

Commit b7dc329

Browse files
author
Florimond Manca
authored
Version 0.2.0 (#23)
1 parent 7a6fd09 commit b7dc329

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

Diff for: CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ 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.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+
718
## 0.1.1 - 2020-06-05
819

920
### Fixed

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.1.1"
4+
__version__ = "0.2.0"

0 commit comments

Comments
 (0)