Skip to content

Commit 74c4c77

Browse files
author
Florimond Manca
authored
Version 0.3.0 (#34)
* Version 0.3.0 * Update
1 parent edf0b7f commit 74c4c77

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ 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.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

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.2.0"
4+
__version__ = "0.3.0"

0 commit comments

Comments
 (0)