From dfcf00b600b72720e971196eb6ed765674848978 Mon Sep 17 00:00:00 2001 From: Miles Ziemer Date: Thu, 1 Aug 2024 17:36:54 -0400 Subject: [PATCH] Bump to 0.6.0 --- README.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a6cae21..ed5a33e 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/package.json b/package.json index 1f4daf0..a702157 100644 --- a/package.json +++ b/package.json @@ -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": {