Skip to content

Releases: buildkite/go-buildkite

v2.3.1 (🙅💣 Defuse)

19 Feb 03:37
@pda pda
Compare
Choose a tag to compare

Changed

  • Go Modules: /v2 suffix on module path #63 (@pda)
    • This makes v2.3.x findable by Go Modules aware version of Go, but also introduced the requirement of Semantic Import Versioning which means callers appending the new /v2 package path suffix, as seen in the examples/*.go files.

v2.3.0 (🙀 Exploding Kittens)

18 Feb 06:58
6270e84
Compare
Choose a tag to compare

v2.2.0

19 Feb 21:06
@lox lox
ad30b04
Compare
Choose a tag to compare
Merge pull request #36 from charlottestjohn/clean_up_comments

Update comments to have func name, run gofmt and golint