Skip to content

Commit 38ff5f2

Browse files
authored
Bump version to 0.2.4 (#129)
1 parent 9ed23e6 commit 38ff5f2

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Smithy Language Server Changelog
22

3+
## 0.2.4 (2024-11-08)
4+
5+
### Features
6+
* Upgraded Smithy version to 1.40.0 ([#128](https://github.com/awslabs/smithy-language-server/pull/128))
7+
* Added setting to enable LspLog ([#125](https://github.com/awslabs/smithy-language-server/pull/125))
8+
* Added formatting with smithytranslate-formatter ([#117](https://github.com/awslabs/smithy-language-server/pull/117))
9+
* Added Smithy CLI maven resolution ([#113](https://github.com/awslabs/smithy-language-server/pull/113))
10+
* Added basic textDocument/documentSymbol ([#99](https://github.com/awslabs/smithy-language-server/pull/99))
11+
12+
### Bug fixes
13+
* Fixed matching inline inputs and outputs with operations ([#111](https://github.com/awslabs/smithy-language-server/pull/111))
14+
* Fixed loading of workspaces ([#101](https://github.com/awslabs/smithy-language-server/pull/101))
15+
* Fixed location of elided members ([#98](https://github.com/awslabs/smithy-language-server/pull/98))
16+
317
## 0.2.3 (2023-03-15)
418

519
### Features

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.3
1+
0.2.4

0 commit comments

Comments
 (0)