Skip to content

Commit 86088c0

Browse files
authored
Bump version to 0.7.0 (#220)
1 parent 5511ee5 commit 86088c0

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Smithy Language Server Changelog
22

3+
## 0.7.0 (2025-04-15)
4+
5+
### Features
6+
* Added standalone runtime images to GitHub release, to run the language server without a local Java installation. ([#159](https://github.com/smithy-lang/smithy-language-server/pull/159))
7+
* Improved how the language server is launched from the CLI. ([#218](https://github.com/smithy-lang/smithy-language-server/pull/218))
8+
* Added textDocument/rename support. ([#213](https://github.com/smithy-lang/smithy-language-server/pull/213))
9+
* Added textDocument/references support. ([#213](https://github.com/smithy-lang/smithy-language-server/pull/213))
10+
* Made textDocument/documentSymbol return hierarchical symbols. ([#206](https://github.com/smithy-lang/smithy-language-server/pull/206))
11+
12+
### Bug fixes
13+
* Fixed possible crash on initialization. ([#216](https://github.com/smithy-lang/smithy-language-server/pull/216))
14+
* Removed extraneous validation events from hover content. ([#214](https://github.com/smithy-lang/smithy-language-server/pull/214))
15+
316
## 0.6.0 (2025-03-10)
417

518
### Features

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.0
1+
0.7.0

0 commit comments

Comments
 (0)