v0.37.0
What's Changed
- Apply map_kind to args as well as rule kinds by @illicitonion in #1722
- Add a pointer to bzlmod guide by @sluongng in #1781
- [Extraction] prep for go.mod & go.work FilePath ReplaceDirective work by @stefanpenner in #1780
- [cmd/fetch_repo] make cache corruption failures more clear by @tyler-french in #1782
- Nit: pass -modcacherw in exec.Command. by @hauserx in #1784
- Mention JS extension in Aspect CLI by @alexeagle in #1646
- [Feature] bzlmod & go.work by @stefanpenner in #1731
- Add GIT_CONFIG_* env vars to go_repository allow-list by @mortenmj in #1791
- Reformat with latest buildifier by @fmeum in #1792
- [Feature] go.mod FilePath ReplaceDirective Support by @stefanpenner in #1776
- Fix README.rst by @AugustKarlstedt in #1795
- Update README.rst by @AugustKarlstedt in #1796
- Normalise newlines on Windows by @illicitonion in #1798
- Fix go.work use ROOT moddir by @hunshcn in #1800
- allow go_visibility directive to change command package's visibility by @hunshcn in #1794
- Ensure the Gazelle binary is built for the right platform by @EdSchouten in #1803
- Add support for
debug_mode
option togo_deps
by @davidbyttow in #1806 - Remove special resolution of go_proto imports by @linzhp in #1807
- address nogo complaints about variable shadowing by @pmenglund in #1808
- Make
# gazelle:proto file
work without needing to set differentoption go_package
in .proto files by @jeromep-stripe in #1765 - go_deps: ignore go.work toolchain directive by @malt3 in #1809
- prepare release 0.37.0 by @tyler-french in #1812
New Contributors
- @stefanpenner made their first contribution in #1780
- @AugustKarlstedt made their first contribution in #1795
- @hunshcn made their first contribution in #1800
- @EdSchouten made their first contribution in #1803
- @davidbyttow made their first contribution in #1806
- @pmenglund made their first contribution in #1808
- @jeromep-stripe made their first contribution in #1765
Full Changelog: v0.36.0...v0.37.0