Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qvalentin committed Feb 5, 2024
1 parent 571bfd5 commit 54d4ec0
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@


## [1.0.0](https://github.com/qvalentin/helm-ls-vscode/compare/0.0.7...1.0.0) (2024-02-05)


### ⚠ BREAKING CHANGES

* **workspace:** this requires helm-ls v0.0.10 or later
helm-ls now supports editing multiple charts, and also having a
different workspace directory that the chart directory so the custom
logic for finding the chart directory is not needed anymore

### Features

* **workspace:** remove custom workspace logic ([571bfd5](https://github.com/qvalentin/helm-ls-vscode/commit/571bfd54db6950136c6edd93db4b97b58d799c6d))

## [0.0.7](https://github.com/qvalentin/helm-ls-vscode/compare/0.0.6...0.0.7) (2024-01-27)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "helm-ls",
"displayName": "helm-ls",
"description": "helm-ls language server extension",
"version": "0.0.7",
"version": "1.0.0",
"license": "MIT",
"publisher": "helm-ls",
"repository": "https://github.com/qvalentin/helm-ls-vscode",
Expand Down

0 comments on commit 54d4ec0

Please sign in to comment.