Skip to content

Commit 2bf55b6

Browse files
committed
v0.5.0
1 parent 8462465 commit 2bf55b6

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
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.5.0 - 2022-11-05
6+
57
### Features
68
- Support console markup in **custom** `usage` messages. Note that this feature is not activated by
79
default. To enable it, set `RichHelpFormatter.usage_markup = True`.

pyproject.toml

Lines changed: 5 additions & 2 deletions
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.4.0"
7+
version = "0.5.0"
88
description = "A rich help formatter for argparse"
99
authors = [
1010
{name="Ali Hamdan", email="[email protected]"},
@@ -30,7 +30,10 @@ dependencies = [
3030
requires-python = ">=3.7"
3131

3232
[project.urls]
33-
Home = "https://github.com/hamdanal/rich-argparse"
33+
homepage = "https://github.com/hamdanal/rich-argparse"
34+
documentation = "https://github.com/hamdanal/rich-argparse#rich-argparse"
35+
issue-tracker = "https://github.com/hamdanal/rich-argparse/issues"
36+
changelog = "https://github.com/hamdanal/rich-argparse/blob/main/CHANGELOG.md"
3437

3538
[tool.tox]
3639
legacy_tox_ini = """

0 commit comments

Comments
 (0)