Releases: lindell/multi-gitter
Releases · lindell/multi-gitter
v0.44.2
Bug Fixes
- github: allow GitHub app tokens to be used (#334) (8d86544)
v0.44.1
Bug Fixes
Dependencies
- bump golang.org/x/net from 0.3.0 to 0.7.0 (#325) (9d0ea43)
- update module github.com/google/go-github/v50 to v50.1.0 (366f201)
- update module github.com/stretchr/testify to v1.8.2 (4f3ce98)
- update module golang.org/x/oauth2 to v0.5.0 (#327) (fefceee)
v0.44.0
Features
Bug Fixes
Dependencies
- update module github.com/go-git/go-git/v5 to v5.5.1 (#312) (7c9136c)
- update module github.com/go-git/go-git/v5 to v5.5.2 (83032fb)
- update module github.com/google/go-github/v47 to v48 (#311) (c3ffe09)
- update module github.com/google/go-github/v48 to v50 (#319) (6f1fe90)
- update module github.com/xanzy/go-gitlab to v0.77.0 (5e39817)
- update module golang.org/x/oauth2 to v0.3.0 (4ae8184)
v0.43.3
Bug Fixes
- allow individual merge failures without aborting all merges (#310) (e067502)
- typos in docs and code (#303) (45ddb60)
Dependencies
- update module github.com/spf13/viper to v1.14.0 (294eced)
- update module github.com/xanzy/go-gitlab to v0.76.0 (0ce73dc)
v0.43.2
Bug Fixes
- github: made sure GraphQL requests, with non-GraphQL errors is reported properly (#301) (d7e1fda)
- github: use other format when cloning with token to support more token formats (#302) (a74cc60)
Dependencies
- update module github.com/spf13/cobra to v1.6.1 (cfc2861)
- update module github.com/stretchr/testify to v1.8.1 (e5158dc)
v0.43.1
Bug Fixes
- github: add retry mechanism to all requests (#289) (89a642c)
- added support for cancellation of git remote commands (#296) (83bfbc7)
v0.43.0
Features
- added option to add labels to creates pull requests (#292) (fccf678)
v0.42.4
Bug Fixes
- github: added missing closed pr status (#290) (9e3644a)
- better error message when the same feature and base branch is used (#281) (ff98e8f)
- retry when encounting the GitHub rate limit (#280) (008a26a)
Dependencies
- update golang.org/x/oauth2 digest to f213421 (dfd1837)
- update module github.com/spf13/viper to v1.13.0 (099a9c9)
- update module github.com/xanzy/go-gitlab to v0.73.1 (badc233)
- update module go to 1.19 (2fdbcde)
- update module go-github to v47 (#286) (68fb1e2)
v0.42.3
Bug Fixes
- deleted files are now detected with
git-type: go
(#273) (b21509c)