Skip to content

Releases: whosonfirst/go-writer-github

3.1.2

10 Oct 16:17
3853388

Choose a tag to compare

What's Changed

  • Derive author@localhost PR email if all other options fail by @straup in #6
  • Derive author@localhost PR email if all other options fail in api_pr.go
  • Update vendor deps

New Contributors

  • @straup made their first contribution in #6

Full Changelog: v3.1.1...v3.1.2

3.1.1

11 Sep 22:16

Choose a tag to compare

  • Update vendor deps

3.1.0

24 Jul 18:33
56781dd

Choose a tag to compare

What's Changed

  • Add support for dynamic branch names by @thisisaaronland in #5
  • Add support for dynamic branch names. If branch starts with "{prefix}-" then replace that string timestamp + "-" + UUID + "-" + rest-of-branch-name
  • Add writer.AssignBranchPrefix method
  • Update to use google/go-github/v74
  • Update vendor deps

Full Changelog: v3.0.5...v3.1.0

3.0.5

09 Apr 23:19

Choose a tag to compare

  • Update vendor deps

3.0.4

25 Oct 23:17
6875a34

Choose a tag to compare

What's Changed

  • Bump google.golang.org/grpc from 1.57.0 to 1.57.1 by @dependabot in #3
  • Bump golang.org/x/net from 0.16.0 to 0.17.0 by @dependabot in #4
  • Update vendor deps

New Contributors

Full Changelog: v3.0.3...v3.0.4

3.0.3

13 Jun 20:46

Choose a tag to compare

  • Update vendor deps

3.0.2

20 Dec 23:16
fb6bb6b

Choose a tag to compare

  • Update to use google/go-github/v48

3.0.1

16 Sep 18:08

Choose a tag to compare

  • Bug fix: Update module name to be /v3

3.0.0

16 Sep 18:03

Choose a tag to compare

  • Update to use whosonfirst/go-writer/v3

2.1.1

10 Aug 19:53

Choose a tag to compare

  • Fix bad fmt.Errorf error responses
  • Skip TestAPIWriter test if no suitable command line options