Skip to content

Commit ec8f66a

Browse files
committed
v0.7.0
1 parent 974450e commit ec8f66a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

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

33
## Unreleased
44

5+
## 0.7.0 - 2022-12-31
6+
57
### Features
68
- The default `group_name_formatter` has changed from `str.upper` to `str.title`. This renders
79
better with long group names and follows the convention of popular CLI tools and programs.

pyproject.toml

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

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

0 commit comments

Comments
 (0)