We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 974450e commit ec8f66aCopy full SHA for ec8f66a
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased
4
5
+## 0.7.0 - 2022-12-31
6
+
7
### Features
8
- The default `group_name_formatter` has changed from `str.upper` to `str.title`. This renders
9
better with long group names and follows the convention of popular CLI tools and programs.
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "rich_argparse"
-version = "0.6.0"
+version = "0.7.0"
description = "A rich help formatter for argparse"
authors = [
10
{name="Ali Hamdan", email="[email protected]"},
0 commit comments