Releases: ptgoetz/go-versionbump
Releases · ptgoetz/go-versionbump
v0.7.1
What's Changed
- Allow alphanumeric build labels in semantic versioning by @kylie-bee in #10
Full Changelog: v0.7.0...v0.7.1
v0.7.0
What's Changed
- Make
semverpackage usable as a golang library by @ptgoetz in #8 - Add
releasebump strategy and related unit tests by @kylie-bee in #9
New Contributors
- @kylie-bee made their first contribution in #9
Full Changelog: v0.5.4...v0.7.0
v0.7.0-alpha
Adds release bump strategy
v0.6.0-alpha.2
Full Changelog: v0.6.0-alpha.1...v0.6.0-alpha.2
v0.6.0-alpha.1
What's Changed
Full Changelog: v0.6.0-alpha...v0.6.0-alpha.1
v0.6.0-alpha
Full Changelog: v0.5.4...v0.6.0-alpha
v0.5.4
v0.5.3
What's Changed
- Fix critical bugs in pre-release parsing and bump logic
- Add
initcommand for generating configs.
Full Changelog: v0.5.2...v0.5.3
v0.5.2
This release fixes a bug where the VersionBump config file would fail to validate after a pre-release or build version bump.
It is recommended that all users update to this release by using the following command:
go install github.com/ptgoetz/go-versionbump/cmd/versionbump@latest
Full Changelog: v0.5.1...v0.5.2