Skip to content

Releases: leosunmo/tagver

v1.5.5

23 Jan 12:53
7f5674c
Compare
Choose a tag to compare

Changelog

  • b940978 Add verification readme
  • f23c3db Bump Go version to 1.23.4
  • d13cce1 Bump github.com/go-git/go-git/v5 from 5.11.0 to 5.13.0
  • 9eba204 Bump go version in build
  • 60e42f3 Bump golang.org/x/crypto from 0.21.0 to 0.31.0
  • e76a549 Bump golang.org/x/net from 0.19.0 to 0.23.0
  • a581f2b Create LICENSE
  • 9ba5a1c Fix deps
  • 1088629 Include download instructions
  • 03299da Merge pull request #6 from leosunmo/dependabot/go_modules/golang.org/x/net-0.23.0
  • e5274cf Merge pull request #7 from leosunmo/dependabot/go_modules/golang.org/x/crypto-0.31.0
  • 7f5674c Merge pull request #8 from leosunmo/dependabot/go_modules/github.com/go-git/go-git/v5-5.13.0
  • eb66151 Use the correct cosign link...

v1.5.4

08 Feb 11:59
67db139
Compare
Choose a tag to compare

Changelog

  • 87b5e0d Bump github.com/cloudflare/circl from 1.1.0 to 1.3.7
  • 942d857 Bump github.com/go-git/go-git/v5 from 5.6.0 to 5.11.0
  • c08db04 Bump golang.org/x/crypto from 0.3.0 to 0.17.0
  • 30bbca9 Bump golang.org/x/net from 0.2.0 to 0.17.0
  • 67db139 Merge pull request #2 from leosunmo/dependabot/go_modules/github.com/go-git/go-git/v5-5.11.0
  • 7743977 Merge pull request #3 from leosunmo/dependabot/go_modules/github.com/cloudflare/circl-1.3.7
  • 04f43aa Merge pull request #4 from leosunmo/dependabot/go_modules/golang.org/x/net-0.17.0
  • c61c0b6 Merge pull request #5 from leosunmo/dependabot/go_modules/golang.org/x/crypto-0.17.0

v1.5.3

08 Feb 11:43
Compare
Choose a tag to compare

Changelog

v1.5.2

07 Mar 13:32
Compare
Choose a tag to compare

Changelog

  • d1bca08 Truncate commit from CI properly

v1.5.1

07 Mar 13:07
Compare
Choose a tag to compare

Changelog

  • 188f89e Fix logic bug
  • c507612 Simplfy CI detection a lot, fail on no commit sha

v1.5.0

06 Mar 13:40
Compare
Choose a tag to compare

Changelog

  • 5c56a3c Also include commit on clean tag
  • 46db438 Make sure we don't get double commits
  • ecabbda Move CI logic
  • d97e97b Move git logic to git.go, don't return hash from tag func
  • 79bca1d Tidy flags, logic. Split some things out
  • e540e98 Update usage and readme

v1.4.3

02 Mar 14:46
Compare
Choose a tag to compare

Changelog

  • 5721f93 More specific error handling and better messaging

v1.4.2

02 Mar 08:28
Compare
Choose a tag to compare

Changelog

  • 4c7ef3d Actually handle errors properly...

v1.4.1

01 Mar 22:11
Compare
Choose a tag to compare

Changelog

  • 2801bc2 Try to handle issues with detached head and tag searches

v1.4.0

01 Mar 21:49
Compare
Choose a tag to compare

Changelog

  • 0d7bf34 Add support for detached head and remote branch parsing
  • 148f4d1 Put tags back in
  • bd7fb05 Support pushing commit and tag