Skip to content

Commit 1a22642

Browse files
committed
v0.3.0
1 parent 2371dfb commit 1a22642

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,35 @@
22

33
## Unreleased
44

5+
## 0.3.0 - 2022-10-01
6+
7+
### Features
8+
- A new custom usage lexer that is consistent with the formatter styles
9+
* Issue #16, PR #17
10+
11+
### Fixes
12+
- Fix inconsistent coloring of args in the top usage panel
13+
* Issue #16, PR #17
14+
- Fix incorrect line breaks that put metavars on a alone on a new line
15+
* Issue #12, PR #20
16+
- Do not print help output, return it instead
17+
* Issue #19, PR #21
18+
19+
### Changes
20+
- The default styles have been changed to be more in line with the new usage coloring
21+
* PR #17
22+
- The default `max_help_position` is now set to 24 (the default used in argparse) as line breaks
23+
are no longer an issue
24+
* PR #20
25+
26+
### Removed
27+
- The `RichHelpFormatter.renderables` property has been removed, it was never documented
28+
* PR #20
29+
30+
### Tests
31+
- Run windows tests in CI
32+
* PR #22
33+
534
## 0.2.1 - 2022-09-25
635

736
### Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
44

55
[project]
66
name = "rich_argparse"
7-
version = "0.2.1"
7+
version = "0.3.0"
88
description = "A rich help formatter for argparse"
99
authors = [
1010
{name="Ali Hamdan", email="[email protected]"},

0 commit comments

Comments
 (0)