Skip to content

Commit

Permalink
Bump to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
milesziemer committed Aug 1, 2024
1 parent b381d23 commit dfcf00b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@ for more details.

## Release Notes

### 0.6.0 - 2024-08-02

- Updated smithy-language-server version to 0.4.0 [#89](https://github.com/smithy-lang/smithy-vscode/pull/89)
- Removed configuration for .smithy.lsp.log file [#89](https://github.com/smithy-lang/smithy-vscode/pull/89)
- Added configuration option for model validation minimum severity [#89](https://github.com/smithy-lang/smithy-vscode/pull/89)
- Added configuration option for only reloading the model on save [#89](https://github.com/smithy-lang/smithy-vscode/pull/89)

### 0.5.4 - 2023-11-09

- Added configuration for LspLog file. [#82](https://github.com/smithy-lang/smithy-vscode/pull/82)
Expand Down
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": "smithy-vscode-extension",
"displayName": "Smithy",
"description": "Smithy IDL Language Extension",
"version": "0.5.4",
"version": "0.6.0",
"icon": "images/smithy.png",
"publisher": "smithy",
"engines": {
Expand Down

0 comments on commit dfcf00b

Please sign in to comment.