Skip to content

Commit 3e2ca4e

Browse files
authored
Bump version to 0.8.0 (#240)
1 parent df0ce74 commit 3e2ca4e

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

3+
## 0.8.0 (2025-10-08)
4+
5+
### Breaking
6+
* Changed file layout of GitHub release zips, so contents are not in a nested directory ([#234](https://github.com/smithy-lang/smithy-language-server/pull/234))
7+
* Changed Maven artifact to no longer be an uber jar ([#235](https://github.com/smithy-lang/smithy-language-server/pull/235))
8+
9+
### Features
10+
* Added validation event hints to diagnostics, when present ([#230](https://github.com/smithy-lang/smithy-language-server/pull/230))
11+
12+
### Bug fixes
13+
* Fixed loading projects when dependency paths have special characters ([#233](https://github.com/smithy-lang/smithy-language-server/pull/233))
14+
* Fixed possible `NoSuchMethod` error in model validation with Smithy 1.62.0 ([#238](https://github.com/smithy-lang/smithy-language-server/pull/238))
15+
16+
### Documentation
17+
* Added installation instructions to README ([#232](https://github.com/smithy-lang/smithy-language-server/pull/232))
18+
319
## 0.7.0 (2025-04-15)
420

521
### Features

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.0
1+
0.8.0

0 commit comments

Comments
 (0)