v0.0.15
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
581137fefbd830d2f95bad8a70de528f7129cfa7da65144ee776b7b2da2b010a helm_ls_linux_amd64/helm-ls
50c09888316d3913be5b981c5b771bf3ea2bc413a3014146f5a202f3d5a956f9 helm_ls_darwin_amd64/helm-ls
b969a2d72897d5726128ce47333d94d8e9305c7b8d1e4440b3f4a4935f24f9b2 helm_ls_darwin_arm64/helm-ls
49ac9f5a20a76dbb7ae35852d11ad95f6194b9839f52a43c9c40f0c1c6c3edd2 helm_ls_windows_amd64/helm-ls.exe
12e5dddd04a2f0b6866e389ac94e1e00a19b2c0997e0e424fd6d63d5c0857d38 helm_ls_linux_arm/helm-ls
What's Changed
- fix(hover): format numbers correctly by @qvalentin in #71
- fix(handler): remove all unimplemented panics (#73) by @qvalentin in #74
Full Changelog: v0.0.14...v0.0.15