Skip to content

v0.0.20

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Jul 10:44
9698011

macOS (x64)

  1. Download helm_ls_darwin_amd64
  2. Run ./helm_ls_darwin_amd64

macOS (ARM)

  1. Download helm_ls_darwin_arm64
  2. Run ./helm_ls_darwin_arm64

windows (x64)

  1. Download helm_ls_windows_amd64.exe
  2. Run ./helm_ls_windows_amd64.exe

Linux (x64)

  1. Download helm_ls_linux_amd64
  2. Run ./helm_ls_linux_amd64

Linux (ARM)

  1. Download helm_ls_linux_arm
  2. Run ./helm_ls_linux_arm

SHA256 Checksums

9b55daeff7220f7aeb369bad5d9cc8358c1195051b62d459b5e1be21952207fb  helm_ls_linux_amd64/helm-ls
f4ec201b0241015485e0f751f0282c4fa31f477c65533ef3211fdcbed28da16a  helm_ls_darwin_amd64/helm-ls
7308534dedce000a0c3feefac08cd4df08b5235c1f691460327336dabad3f77d  helm_ls_darwin_arm64/helm-ls
9cdceb661d112126f41f9b4469eda73e11d15a4f3fde4954e2e83ddfe67bdc64  helm_ls_windows_amd64/helm-ls.exe
ee88521e42e4bb079ffde58850dbf682dbb8f12fa939e8e8df613be9f8b5b7a7  helm_ls_linux_arm/helm-ls

What's Changed

  • fix(loadDocs): avoid panic if template dir does not exist by @qvalentin in #96

Full Changelog: v0.0.19...v0.0.20