Skip to content

Commit 3a6f274

Browse files
committed
Release 0.5.0
1 parent 61c2ace commit 3a6f274

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ 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.5.0 - 2021-11-19
8+
9+
### Added
10+
11+
- Add ability to ignore ASCII art. (Pull #45)
12+
13+
### Fixed
14+
15+
- Correctly handle default values of `None`. (Pull #41)
16+
717
## 0.4.0 - 2021-05-12
818

919
### Added

mkdocs_click/__version__.py

Lines changed: 1 addition & 1 deletion
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.4.0"
4+
__version__ = "0.5.0"

0 commit comments

Comments
 (0)