Releases: oligot/go-mod-upgrade
Releases · oligot/go-mod-upgrade
v0.13.0-beta.1
Changelog
- 97995a2 chore: automate GitHub Action version pinning with pinact
- 8f78758 chore: fix goreleaser release failures in CI
- b5842c4 chore: ignore some .claude files / directories
- 3695034 chore: migrate CLI from urfave/cli v2 to v3
- cf8537c chore: migrate from Nix/Makefile to mise for tool management
- 1326ec1 chore: upgrade dependencies
- a510f0f feat: allow bypassing the disk cache for major version lookups
- 8d21c6c feat: enable major version upgrades via pkg.go.dev
- f6f8d7b fix: eliminate silent failures by adhering to error-checking standards
- 280ba3c fix: filter false-positive major upgrades and scope import rewrites correctly
- e4f2a44 fix: upgrade to Go 1.26.3 to satisfy gopls requirements
- 3f6d332 perf: cut repeat-run latency to near-zero with a disk cache
v0.13.0-beta.0
Changelog
- ef99c52 feat: enable major version upgrades via pkg.go.dev
v0.12.0
Changelog
- 34929b3 Fix build status
- df12c70 Update checkout and install nix GitHub Actions
- e57cc23 Use nix to track dev dependencies
- 5803b8e chore: bump dependencies
- 4019ff5 feat: Vulnerability checking
- 920a076 feat: add --list flag to display module upgrades without interactivity
- 2afe317 fix: color explanation in the readme
- cee4244 fix: colors in listing
- 20540c3 fix: lint errors
- f284096 fix: linting and vulnerability issues
v0.11.0
Changelog
- c47e266 Add support for Go 1.24 tools (#60)
- 5763a9e Bump golangci-lint and github actions versions
- 95911bd Don't stop at first path when
forceflag is set - 64bfaf3 fix: goreleaser --clean flag instead of --rm-dist
- 9e0ebfa go tool: add helper function to test if it's supported
- 6afffd1 refac: new internal package app
- b37adbe refac: new internal package module
v0.10.0
Changelog
- 9d228cd Add ignore flag (closes #42)
- 38425b4 Corrects Go wiki link in README (#45)
- 25d786c Document global CLI options in the readme.md file
- b738e47 Fix github action: go version should be at least 1.18
- 9677688 Fix golangci-lint
- afcc585 Fix goreleaser config
- a581599 Fix issue #35 - module inside workspace
- f6862d0 Update golang.org/x/mod
- 053de34 Update readme.md (#41)