What's Changed
- fix: add missing Starlark dependency and introduce
bzl_test
by @cgrindel in #1413 - Upgrade rules_go and known imports by @linzhp in #1426
- Regenerate known imports from downgraded go_googleapis by @linzhp in #1429
- testdata with buildable Go pkg deep below by @linzhp in #1433
- language/go: add //go:embed all: support by @mbicz in #1432
- Fix
go mod download
output expectation for errors by @illicitonion in #1442 - Apply map_kind to existing rules as well as new ones by @illicitonion in #1425
- Ignore symlinks into Bazel output rather than relying on name by @cpsauer in #1384
- Use
short_path
forgo
in the wrapper by @fmeum in #1446 - feature: gazelle wrapper allows to pass environment variables by @manuelnaranjo in #1438
- Update directive documentation by @moisesvega in #1454
- Update gazelle directive documenmtation. by @moisesvega in #1455
- Default Visibility extension overwrite on descent (fixes #1467) by @dnathe4th in #1472
- Allow keep to be explained by @stevebarrau in #1447
- Respect repo_name in MODULE.bazel for load generation by @fmeum in #1463
- Add
.ijwb
to.gitignore
by @fmeum in #1478 - Use spaces instead of tabs in go_repositor_tools_srcs.bzl by @fmeum in #1479
- Run buildifier by @fmeum in #1480
- bzlmod: Test BCR test module on all platforms by @fmeum in #1481
- bzlmod: Allow overriding default Go module configuration by @seh in #1456
- fix(bzlmod): apply go.sum sums after version resolution by @tyler-french in #1477
- fix(bzlmod/go_deps): don't read go.sum for empty go.mod files by @tyler-french in #1484
- feat(bzlmod): support go.mod replace directives by @tyler-french in #1450
- README update mentioning gazelle-haskell-modules by @kczulko in #1439
- Exclude
.ijwb
from repository tools srcs by @fmeum in #1490 - bzlmod: Fix interaction between replace and implicit upgrade check by @fmeum in #1492
New Contributors
- @darist made their first contribution in #1410
- @mbicz made their first contribution in #1432
- @cpsauer made their first contribution in #1384
- @manuelnaranjo made their first contribution in #1438
- @moisesvega made their first contribution in #1454
- @stevebarrau made their first contribution in #1447
- @seh made their first contribution in #1456
- @kczulko made their first contribution in #1439
Full Changelog: v0.29.0...v0.30.0