diff --git a/CHANGELOG.md b/CHANGELOG.md index b970670..51cf656 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [0.0.2] - 2023-11-07 + +### Fixed + +- Update help text to reflect repo-man program name +- Remove useless help text epilog + ## [0.0.1] - 2023-11-07 ### Added diff --git a/docs/architecture/decisions/0002-use-alpha-versioning-during-initial-development.md b/docs/architecture/decisions/0002-use-alpha-versioning-during-initial-development.md index 47c4cc2..0f9fe23 100644 --- a/docs/architecture/decisions/0002-use-alpha-versioning-during-initial-development.md +++ b/docs/architecture/decisions/0002-use-alpha-versioning-during-initial-development.md @@ -23,3 +23,4 @@ Use alpha versioning during initial development such that all versions are monot - Consumers won't know when a change is breaking, and should assume *every* change is breaking - This decision will need to be amended once the project matures into a stable release pattern - There is sometimes confusion about versions like `0.0.996` and people try to install `0.99.6` or similar instead +- Every released change during initial development will simply increase the last portion of the version string by one diff --git a/setup.cfg b/setup.cfg index 55fa2d6..8806130 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = repo-man -version = 0.0.1 +version = 0.0.2 description = Manage repositories of different flavors. long_description = file: README.md long_description_content_type = text/markdown