Skip to content

Releases: restechnica/semverbot

v1.6.3

18 Mar 00:07
85fdfc1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.2...v1.6.3

v1.6.2

17 Jan 15:41
cbf7e0d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.1...v1.6.2

v1.4.1

29 Dec 20:55
15a7a2c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.2...v1.4.1

v1.3.2

11 Sep 16:59
b931bfa
Compare
Choose a tag to compare

What's Changed

  • fix/tag-order-with-multiple-prefixes by @shiouen in #57

Full Changelog: v1.3.1...v1.3.2

v1.3.1

12 Jun 00:51
71abda5
Compare
Choose a tag to compare

Non-Breaking Changes

logging has had a major rework:

  1. support for info level logs with the global flag -v, --verbose
  2. support for debug level logs with the global flag -d, --debug

Logs have been added throughout the code base, which should make it a whole lot easier to track down issues.

ARM binaries are provided with all releases by default, from now on.

What's Changed

Full Changelog: v1.1.0...v1.3.1

v1.1.0

23 Feb 13:12
2783676
Compare
Choose a tag to compare

Non-Breaking Changes

get version has had a major rework:

  1. instead of only showing annotated tags, lightweight tags are included as well
  2. it ignores any non-semver tags and keeps digging until it finds a valid semver tag

These changes directly affect predict version and release version, which are built on top of get version.

What's Changed

Full Changelog: v1.0.0...v1.1.0

v1.0.0

23 Nov 20:02
19d1d0d
Compare
Choose a tag to compare

!! Breaking Changes !!

  • configuration file changes
  • command line restructure

Non-Breaking Changes

  • major stability improvements
  • transparent and improved error handling
  • separated CLI logic from semverbot logic
  • 100% unit test coverage and refreshed old unit tests
  • drastically improved code reusability, commands and semverbot logic is open for reuse through the pkg package

What's Changed

Full Changelog: v0.2.8...v1.0.0

v0.2.7

13 Oct 11:28
21a9fd9
Compare
Choose a tag to compare
  • fixed a bug where sbot version update didn't fetch all tags

What's Changed

  • fix/sbot-update-version-missing-tags by @shiouen in #25

Full Changelog: v0.2.6...v0.2.7

v.0.2.6

13 Oct 08:48
Compare
Choose a tag to compare
  • improved git error handling and stability
  • improved command runs in general
  • updated to golang 1.17
  • added more documentation for the project

v0.2.0

05 Jul 00:42
8da76a9
Compare
Choose a tag to compare
  • sbot push version to push the current version
  • rewrote readme documentation
  • added development pipeline
  • some small refactors