From ec232788114bdb21ac318f78ef40e6076721507c Mon Sep 17 00:00:00 2001 From: Chase Coalwell <782571+srchase@users.noreply.github.com> Date: Wed, 8 Nov 2023 09:25:43 -0700 Subject: [PATCH] Bump version to 0.2.4 --- CHANGELOG.md | 14 ++++++++++++++ VERSION | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72d0e16e..d6e5b4df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Smithy Language Server Changelog +## 0.2.4 (2024-11-08) + +### Features +* Upgraded Smithy version to 1.40.0 ([#128](https://github.com/awslabs/smithy-language-server/pull/128)) +* Added setting to enable LspLog ([#125](https://github.com/awslabs/smithy-language-server/pull/125)) +* Added formatting with smithytranslate-formatter ([#117](https://github.com/awslabs/smithy-language-server/pull/117)) +* Added Smithy CLI maven resolution ([#113](https://github.com/awslabs/smithy-language-server/pull/113)) +* Added basic textDocument/documentSymbol ([#99](https://github.com/awslabs/smithy-language-server/pull/99)) + +### Bug fixes +* Fixed matching inline inputs and outputs with operations ([#111](https://github.com/awslabs/smithy-language-server/pull/111)) +* Fixed loading of workspaces ([#101](https://github.com/awslabs/smithy-language-server/pull/101)) +* Fixed location of elided members ([#98](https://github.com/awslabs/smithy-language-server/pull/98)) + ## 0.2.3 (2023-03-15) ### Features diff --git a/VERSION b/VERSION index 71790396..abd41058 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.3 +0.2.4