Releases: whosonfirst/go-writer-github
Releases · whosonfirst/go-writer-github
3.1.2
3.1.1
- Update vendor deps
3.1.0
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.AssignBranchPrefixmethod - Update to use
google/go-github/v74 - Update vendor deps
Full Changelog: v3.0.5...v3.1.0
3.0.5
- Update vendor deps
3.0.4
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
- @dependabot made their first contribution in #3
Full Changelog: v3.0.3...v3.0.4
3.0.3
- Update vendor deps
3.0.2
- Update to use
google/go-github/v48
3.0.1
- Bug fix: Update module name to be
/v3
3.0.0
- Update to use
whosonfirst/go-writer/v3
2.1.1
- Fix bad
fmt.Errorferror responses - Skip
TestAPIWritertest if no suitable command line options