File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
66
7+ ## 0.3.0 - 2021-02-19
8+
9+ ### Changed
10+
11+ - ` --help ` is now kept in options (it used to be automatically dropped). (Pull #29 )
12+
13+ ### Added
14+
15+ - Add table formatting. (Pulls #25 , #30 )
16+ - Use ` :prog_name: ` more consistently in usage. (Pull #24 )
17+ - Allow using full command paths in headers. (Pull #36 )
18+
19+ ### Fixed
20+
21+ - Make usage and options headings bold to improve legibility. (Pull #31 )
22+
723## 0.2.0 - 2020-12-09
824
925### Added
Original file line number Diff line number Diff line change 11# (C) Datadog, Inc. 2020-present
22# All rights reserved
33# Licensed under the Apache license (see LICENSE)
4- __version__ = "0.2 .0"
4+ __version__ = "0.3 .0"
You can’t perform that action at this time.
0 commit comments