Releases: 030/gomod-go-version-updater-action
Releases · 030/gomod-go-version-updater-action
fix: Add all go.mod files
What's Changed
- build: Improve testing by @markvl-sbp in #105
- fix: [#95] Add all go.mod files by @markvl-sbp in #106
- fix: [#95] Run
go mod tidy
in all directories withgo.mod
files by @markvl-sbp in #107 - build: Start using
pyproject.toml
by @markvl-sbp in #108
Full Changelog: v0.3.0...v0.3.1
fix: Add all go.mod files
What's Changed
- build: Improve testing by @markvl-sbp in #105
- fix: [#95] Add all go.mod files by @markvl-sbp in #106
- fix: [#95] Run
go mod tidy
in all directories withgo.mod
files by @markvl-sbp in #107 - build: Start using
pyproject.toml
by @markvl-sbp in #108
Full Changelog: v0.3.0...v0.3.1-rc.1
feat: Add support for nested go.mod files
What's Changed
- feat: Add support for nested go.mod files by @markvl-sbp in #102
- fix: Make tests Python < 3.12 compatible by @markvl-sbp in #103
- feat: Ignore .venv directory by @markvl-sbp in #104
Full Changelog: v0.2.3...v0.3.0
fix: Multiple quick, small fixes, i.e. check whether update branch exists and omit install pytest when running action
What's Changed
- build(deps): bump actions/setup-go from 5.1.0 to 5.2.0 by @dependabot in #91
- build(deps): bump coverage from 7.6.9 to 7.6.10 by @dependabot in #92
- build: Dependabot group updates by @030 in #99
- build(deps): bump the github-actions-all group with 2 updates by @dependabot in #100
- build(deps): bump coverage from 7.6.10 to 7.6.12 by @dependabot in #98
- fix: Multiple quick, small fixes, i.e. check whether update branch exists and omit install pytest when running action by @markvl-sbp in #101
New Contributors
- @markvl-sbp made their first contribution in #101
Full Changelog: v0.2.2...v0.2.3
fix: Quote all labels that have spaces. Otherwise a PR to update the go version cannot be created
What's Changed
- fix: [#88] Quote all labels that have spaces. Otherwise a PR to update the go version cannot be created by @sbp-bvanb in #89
- build(deps): bump coverage from 7.6.7 to 7.6.9 by @dependabot in #87
- fix: Remove superfluous commented out code from action.yml by @030 in #90
Full Changelog: v0.2.1...v0.2.2
fix: Update Dockerfile recursively
What's Changed
- build(deps): bump coverage from 7.6.4 to 7.6.7 by @dependabot in #83
- fix: [#84] Update Dockerfile recursively by @sbp-bvanb in #85
Full Changelog: v0.2.0...v0.2.1
feat: If Dockerfile present with golang version then update that file as well and allow users to add an extra label to the PR
What's Changed
- fix: [#63] If Dockerfile present then update golang version inside that file by @sbp-bvanb in #78
- fix: [#63] Replace prints by log by @030 in #80
- feat: [#79] Allow users to add an additional label to the PR that will be created by @030 in #81
Full Changelog: v0.1.7...v0.2.0
fix: Create github pr labels if they do not exist yet
What's Changed
- build(deps): bump coverage from 7.6.3 to 7.6.4 by @dependabot in #71
- build(deps): bump actions/setup-go from 5.0.2 to 5.1.0 by @dependabot in #75
- build(deps): bump actions/setup-python from 5.2.0 to 5.3.0 by @dependabot in #74
- fix: [#72] Create github pr labels if they do not exist yet by @sbp-bvanb in #77
- build(deps): bump actions/checkout from 4.2.1 to 4.2.2 by @dependabot in #73
- build(deps): bump pytest-cov from 5.0.0 to 6.0.0 by @dependabot in #76
New Contributors
- @sbp-bvanb made their first contribution in #77
Full Changelog: v0.1.6...v0.1.7
fix: Unable to read debug logging as there is no option to set it
What's Changed
- build(deps): bump schubergphilis/mcvs-pr-validation-action from 0.1.1 to 0.1.2 by @dependabot in #61
- build(deps): bump actions/setup-python from 5.0.0 to 5.1.1 by @dependabot in #60
- build(deps): bump actions/checkout from 4.1.1 to 4.1.7 by @dependabot in #59
- build(deps): bump schubergphilis/mcvs-pr-validation-action from 0.1.2 to 0.2.0 by @dependabot in #64
- build(deps): bump actions/setup-python from 5.1.1 to 5.2.0 by @dependabot in #62
- build(deps): bump actions/checkout from 4.1.7 to 4.2.0 by @dependabot in #65
- fix: [#54] Unable to read debug logging as there is no option to set it by @030 in #55
- build(deps): bump actions/checkout from 4.2.0 to 4.2.1 by @dependabot in #66
- build(deps): bump coverage from 7.6.1 to 7.6.3 by @dependabot in #68
Full Changelog: v0.1.5...v0.1.6