From 15a5b3fb960d9bc0ebb158d2dd0fdd9d4a5e793e Mon Sep 17 00:00:00 2001 From: Miles Ziemer Date: Mon, 14 Apr 2025 18:01:12 -0400 Subject: [PATCH] Bump version to 0.7.0 --- CHANGELOG.md | 13 +++++++++++++ VERSION | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5907197..618ad3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Smithy Language Server Changelog +## 0.7.0 (2025-04-15) + +### Features +* 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)) +* Improved how the language server is launched from the CLI. ([#218](https://github.com/smithy-lang/smithy-language-server/pull/218)) +* Added textDocument/rename support. ([#213](https://github.com/smithy-lang/smithy-language-server/pull/213)) +* Added textDocument/references support. ([#213](https://github.com/smithy-lang/smithy-language-server/pull/213)) +* Made textDocument/documentSymbol return hierarchical symbols. ([#206](https://github.com/smithy-lang/smithy-language-server/pull/206)) + +### Bug fixes +* Fixed possible crash on initialization. ([#216](https://github.com/smithy-lang/smithy-language-server/pull/216)) +* Removed extraneous validation events from hover content. ([#214](https://github.com/smithy-lang/smithy-language-server/pull/214)) + ## 0.6.0 (2025-03-10) ### Features diff --git a/VERSION b/VERSION index a918a2a..faef31a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.0 +0.7.0