diff --git a/CHANGELOG.md b/CHANGELOG.md index e591312..7481f9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## Unreleased +## 0.3.1 - 2022-10-08 + +### Fixes +- Fix required options not coloured in the usage + * Issue #28, PR #30 + ## 0.3.0 - 2022-10-01 ### Features diff --git a/pyproject.toml b/pyproject.toml index b2bb49c..c0e0191 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "rich_argparse" -version = "0.3.0" +version = "0.3.1" description = "A rich help formatter for argparse" authors = [ {name="Ali Hamdan", email="ali.hamdan.dev@gmail.com"},