Skip to content

Releases: sensiblecodeio/hookbot

v0.15.2

13 Jan 17:42
d6c5719
Compare
Choose a tag to compare

As v0.15.1 but with the correct version number.

⚠️ This release updates to urfave/cli v2, which now requires command-line flags before arguments. Refer to the urfave/cli migration documentation.

v0.15.1

13 Jan 15:21
8be9ffe
Compare
Choose a tag to compare

As v0.15.0 but with an updated go.mod and go.sum.

⚠️ This release updates to urfave/cli v2, which now requires command-line flags before arguments. Refer to the urfave/cli migration documentation.

v0.15.0

13 Jan 14:59
84fc2fc
Compare
Choose a tag to compare

Rebuild with Go 1.23.4 and updated dependencies.

⚠️ This release updates to urfave/cli v2, which now requires command-line flags before arguments. Refer to the urfave/cli migration documentation.

v0.14.0

02 Sep 17:20
5172fe8
Compare
Choose a tag to compare

Rebuild with Go 1.23.0 and updated dependencies.

What's Changed

Full Changelog: v0.13.0...v0.14.0

v0.13.0

17 May 16:53
1180c6a
Compare
Choose a tag to compare

Rebuild with Go 1.22.3 and updated dependencies.

What's Changed

Full Changelog: v0.12.0...v0.13.0

v0.12.0

17 May 16:48
829079a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.0...v0.12.0

v0.11.0

09 May 16:40
0edfe3d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.0...v0.11.0

v0.10.0

26 Jul 17:38
2490236
Compare
Choose a tag to compare
  • #84 Remove unnecessary "a" from README
  • #85 Update to Go 1.16.5
  • #86 Run go mod tidy
  • #87 Update to Go 1.16.6
  • #88 Update version to 0.10.0 for release

v0.9.0: Updates to Go 1.15, dependencies and build process

16 Nov 12:52
0a597c3
Compare
Choose a tag to compare
  • #77 Update wscat link
  • #78 Use nobody:nogroup earlier in Docker build
  • #79 Add CodeQL workflow
  • #80 Update to Go 1.15.5
  • #81 Update Go dependencies
  • #82 Add release workflow
  • #83 Bump version to v0.9.0

v0.8: Update to Go 1.14.4 and dependencies

09 Jun 09:10
67e09b5
Compare
Choose a tag to compare

#68: Migrate from Travis to GitHub Actions
#69: Run GitHub Actions on push to master
#70: Update dependencies
#72: Use Go 1.14.4 throughout codebase
#73: Check the Docker build
#74: Remove redundant go get -v
#75: Update version to v0.8 for release