We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61c2ace commit 3a6f274Copy full SHA for 3a6f274
CHANGELOG.md
@@ -4,6 +4,16 @@ 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.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
17
## 0.4.0 - 2021-05-12
18
19
### Added
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.4.0"
+__version__ = "0.5.0"
0 commit comments