Skip to content

Releases: ptgoetz/go-versionbump

v0.7.1

11 Feb 18:36

Choose a tag to compare

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

14 Jan 22:24
51558e9

Choose a tag to compare

What's Changed

  • Make semver package usable as a golang library by @ptgoetz in #8
  • Add release bump strategy and related unit tests by @kylie-bee in #9

New Contributors

Full Changelog: v0.5.4...v0.7.0

v0.7.0-alpha

14 Jan 19:50

Choose a tag to compare

v0.7.0-alpha Pre-release
Pre-release

Adds release bump strategy

v0.6.0-alpha.2

21 Nov 02:24
v0.6.0-alpha.2
b7ccbdb

Choose a tag to compare

v0.6.0-alpha.2 Pre-release
Pre-release

v0.6.0-alpha.1

15 Nov 22:32
v0.6.0-alpha.1
a601c26

Choose a tag to compare

v0.6.0-alpha.1 Pre-release
Pre-release

What's Changed

  • Make semver package usable as a golang library by @ptgoetz in #8

Full Changelog: v0.6.0-alpha...v0.6.0-alpha.1

v0.6.0-alpha

08 Nov 18:32
v0.6.0-alpha
1eeeacb

Choose a tag to compare

v0.6.0-alpha Pre-release
Pre-release

Full Changelog: v0.5.4...v0.6.0-alpha

v0.5.4

06 Nov 20:20
v0.5.4
4037f79

Choose a tag to compare

What's changed

  • Add show-version command.

Full Changelog: v0.5.3...v0.5.4

v0.5.3

04 Nov 20:25
v0.5.3
934903b

Choose a tag to compare

What's Changed

  • Fix critical bugs in pre-release parsing and bump logic
  • Add init command for generating configs.

Full Changelog: v0.5.2...v0.5.3

v0.5.2

03 Nov 22:36
v0.5.2
9f02baa

Choose a tag to compare

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

v0.5.1

28 Oct 19:11
v0.5.1
4ffa367

Choose a tag to compare

What's Changed

  • Implement full semantic versioning by @ptgoetz in #6
  • Update README.md and improve test coverage by @ptgoetz in #7

Full Changelog: v0.4.1...v0.5.1