Skip to content

Commit

Permalink
Version 0.2.0 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
Florimond Manca committed Dec 9, 2020
1 parent 7a6fd09 commit b7dc329
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## 0.2.0 - 2020-12-09

### Added

- Add `:prog_name:` option to allow overriding the name of the CLI program. (Pull #8, contributed by @frankier.)
- Add official support for Python 3.9. (Pull #20)

### Fixed

- Properly pin `click==7.*` and `markdown==3.*`. (Pull #19)

## 0.1.1 - 2020-06-05

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion mkdocs_click/__version__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (C) Datadog, Inc. 2020-present
# All rights reserved
# Licensed under the Apache license (see LICENSE)
__version__ = "0.1.1"
__version__ = "0.2.0"

0 comments on commit b7dc329

Please sign in to comment.