Skip to content

Commit

Permalink
Update version, changelog, versioning ADR
Browse files Browse the repository at this point in the history
  • Loading branch information
daneah committed Nov 7, 2023
1 parent ec13f00 commit f6a13c6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f6a13c6

Please sign in to comment.