Skip to content

Commit

Permalink
Incr version
Browse files Browse the repository at this point in the history
  • Loading branch information
maurobalbi committed Mar 17, 2024
1 parent e0f0d65 commit 0c8d539
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.2.1

### Fixed
- Free-standing files now provide hover and completions instead of crashing the server
- Fixed an ordering problem, where files were sometimes loaded into the LSP before all dependencies were downloaded

## v0.2.0

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion editor/code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "glas: Gleam Language Server",
"description": "Gleam language server for VSCode",
"repository": "https://github.com/maurobalbi/glas",
"version": "0.2.0",
"version": "0.2.1",
"icon": "images/icon.png",
"publisher": "maurobalbi",
"engines": {
Expand Down

0 comments on commit 0c8d539

Please sign in to comment.