Skip to content

v0.2.742

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Jul 19:19
· 57 commits to main since this release
bc6e65a

Changelog

  • 6c5eeb0 chore: bump docusaurus
  • 1c753f6 chore: bump version
  • 8b1f399 chore: update deps in examples
  • 5fb61a0 chore: update go modules in Nix setup
  • 26c1d79 feat: add support for gopls v0.16.x
  • bf98022 feat: update nixpkgs to release-24.05
  • 01d3361 fix: LSP CodeAction sometimes results in "error: column is beyond end of line" (#817)
  • 24520b8 fix: allow space after a period in go expressions (#811)
  • d3033c5 fix: don't pass ranges to gopls if outside of a known Go code region, fixes #801
  • bc6e65a fix: only call gopls if the source exists at the location, fixes #801