Skip to content

Commit 15ffa65

Browse files
authored
Bump version to 0.6.0 (#210)
1 parent cb49245 commit 15ffa65

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.6.0 (2025-03-10)
4+
5+
### Features
6+
* Improved completions, definition, and hover for everything in the IDL. ([#166](https://github.com/smithy-lang/smithy-language-server/pull/166))
7+
* Diagnostics for smithy-build.json. ([#188](https://github.com/smithy-lang/smithy-language-server/pull/188))
8+
* Completions for smithy-build.json. ([#193](https://github.com/smithy-lang/smithy-language-server/pull/193))
9+
* Hover for smithy-build.json. ([#202](https://github.com/smithy-lang/smithy-language-server/pull/202))
10+
* Folding range for traits and shape blocks. ([#190](https://github.com/smithy-lang/smithy-language-server/pull/190))
11+
* Inlay hints of the name of inline operation input/output. ([#200](https://github.com/smithy-lang/smithy-language-server/pull/200))
12+
13+
### Bug fixes
14+
* Fixed crash when calling setTrace or cancelProgress. ([#183](https://github.com/smithy-lang/smithy-language-server/pull/183))
15+
* Fixed potential conflicting trait definition when rebuilding. ([#196](https://github.com/smithy-lang/smithy-language-server/pull/196))
16+
317
## 0.5.0 (2024-11-06)
418

519
### Features

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.0
1+
0.6.0

0 commit comments

Comments
 (0)