macOS (x64)
- Download helm_ls_darwin_amd64
- Run
./helm_ls_darwin_amd64
macOS (ARM)
- Download helm_ls_darwin_arm64
- Run
./helm_ls_darwin_arm64
windows (x64)
- Download helm_ls_windows_amd64.exe
- Run
./helm_ls_windows_amd64.exe
Linux (x64)
- Download helm_ls_linux_amd64
- Run
./helm_ls_linux_amd64
Linux (ARM)
- Download helm_ls_linux_arm
- Run
./helm_ls_linux_arm
SHA256 Checksums
f52a23175bde03d467e44a3d8b87793ae4daec526db8b5c1ab1832eed81a584b helm_ls_linux_amd64/helm-ls
40d41380aa7dd0588e21fe9648ba53400c1373ccff35ef66b748921dc509f82c helm_ls_darwin_amd64/helm-ls
a25be2e52ac28c4bc51f4ce019b9f02c278c2e96cea2199e2c4f296235d9bc6a helm_ls_darwin_arm64/helm-ls
ec68662c6fa19604399afed42a8a85a3b81880ee33eee03f3607575b0cca3bc6 helm_ls_windows_amd64/helm-ls.exe
a56db2334c6212bb744b7e2c1189a628e275ce5a0f22ee013743c430a43a80eb helm_ls_linux_arm/helm-ls
What's Changed
- fix(completion): {{.Something.}} gets correct completions even with the missing spaces by @qvalentin in #109
- feat: support for dependency charts by @qvalentin in #80
Full Changelog: v0.0.22...v0.1.0