File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
6
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
+
7
18
## 0.1.1 - 2020-06-05
8
19
9
20
### Fixed
Original file line number Diff line number Diff line change 1
1
# (C) Datadog, Inc. 2020-present
2
2
# All rights reserved
3
3
# Licensed under the Apache license (see LICENSE)
4
- __version__ = "0.1.1 "
4
+ __version__ = "0.2.0 "
You can’t perform that action at this time.
0 commit comments