Skip to content

Commit

Permalink
Bump version to 0.4.0 (#158)
Browse files Browse the repository at this point in the history
This version includes the same features as 0.3.0, but includes the
JDK upgrade and lsp4j dependency upgrade from #157.
  • Loading branch information
milesziemer authored Jul 30, 2024
1 parent 1109260 commit 779ef70
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Smithy Language Server Changelog

## 0.3.0 (2024-07-29)
## 0.4.0 (2024-07-30)

### Breaking
* Upgraded JDK version to 21 ([#157](https://github.com/smithy-lang/smithy-language-server/pull/157))

### Features
* Made various performance improvements ([#146](https://github.com/smithy-lang/smithy-language-server/pull/146))
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.0
0.4.0

0 comments on commit 779ef70

Please sign in to comment.