Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsamson committed Jun 11, 2024
1 parent 088de57 commit ca3f520
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
### Unreleased

### v0.22.0: 11 June 2024

#### Highlights

- Support for elixir 1.17
- Support for OTP 27

#### Improvements

- ElixirLS updated to [v0.22.0](https://github.com/elixir-lsp/elixir-ls/blob/master/CHANGELOG.md#v0220)
- Added support for elixir 1.17 sigils with numerals
- Added missing OTP 26+ dialyzer options `overlapping_contract` and `no_unknown`

### v0.21.3: 22 May 2024

#### Improvements
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": "The Elixir community",
"license": "MIT",
"publisher": "JakeBecker",
"version": "0.21.3",
"version": "0.20.0",
"engines": {
"vscode": "^1.85.0"
},
Expand Down

0 comments on commit ca3f520

Please sign in to comment.