Releases: chainguard-dev/gobump
Releases · chainguard-dev/gobump
v0.9.0
What's Changed
- Bump the dependencies manually until we set up dependabot. by @vaikas in #40
- add dependabot by @k4leung4 in #41
- Bump golangci/golangci-lint-action from 3.7.0 to 6.1.1 by @dependabot in #43
- Bump actions/checkout from 4.1.1 to 4.2.2 by @dependabot in #42
- Bump actions/setup-go from 4.1.0 to 5.2.0 by @dependabot in #44
- Bump sigs.k8s.io/release-utils from 0.8.5 to 0.9.0 by @dependabot in #45
- accept newline-delimited packages and replaces by @imjasonh in #46
New Contributors
- @k4leung4 made their first contribution in #41
- @dependabot made their first contribution in #43
- @imjasonh made their first contribution in #46
Full Changelog: v0.8.0...v0.9.0
v0.8.0
What's Changed
- Add --bump-file flag that takes arguments from a file. by @vaikas in #32
- fail when bumping the main module dependency by @hectorj2f in #35
- introduce new
--skip-initial-tidy
flag by @Dentrax in #36
New Contributors
Full Changelog: v0.7.7...v0.8.0
v0.7.7
What's Changed
- fix: if a go version is specified we should use that and not determin… by @rawlingsj in #31
Full Changelog: v0.7.6...v0.7.7
v0.7.6
v0.7.5
What's Changed
- switch default go version to come from the build environment rather t… by @rawlingsj in #29
New Contributors
- @rawlingsj made their first contribution in #29
Full Changelog: v0.7.4...v0.7.5
v0.7.4
What's Changed
- add support to run go vendor commands by @hectorj2f in #28
Full Changelog: v0.7.3...v0.7.4
v0.7.3
v0.7.1
What's Changed
- Improve Errors and Update Readme by @debasishbsws in #16
- fix: handle deps that also appear in replaces blocks in the go.mod by @hectorj2f in #19
- add error msg to set the dep into replaces by @hectorj2f in #18
- chore: allow passing replaces or packages by @hectorj2f in #20
New Contributors
- @debasishbsws made their first contribution in #16
Full Changelog: v0.7.0...v0.7.1
v0.7.0
What's Changed
- chore: add CI scripts by @hectorj2f in #1
- Refactor code organization by @hectorj2f in #3
- feat: add go mod tidy flag and store the list of packages in a map by @hectorj2f in #4
- chore: detect go version for go mod tidy by @hectorj2f in #6
- fix: list of packages by @hectorj2f in #10
- Add go version flag for backwards compatibility by @hectorj2f in #11
- fix: module replace by @hectorj2f in #12
- show diffs between the original and new go.mod file by @hectorj2f in #13
- go-version: use the version from the go.mod file by @hectorj2f in #14
- chore: Update the readme by @hectorj2f in #15
New Contributors
- @hectorj2f made their first contribution in #1
Full Changelog: v0.6.0...v0.7.0