Skip to content

Commit ca3f520

Browse files
committed
bump version
1 parent 088de57 commit ca3f520

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
### Unreleased
22

3+
### v0.22.0: 11 June 2024
4+
5+
#### Highlights
6+
7+
- Support for elixir 1.17
8+
- Support for OTP 27
9+
10+
#### Improvements
11+
12+
- ElixirLS updated to [v0.22.0](https://github.com/elixir-lsp/elixir-ls/blob/master/CHANGELOG.md#v0220)
13+
- Added support for elixir 1.17 sigils with numerals
14+
- Added missing OTP 26+ dialyzer options `overlapping_contract` and `no_unknown`
15+
316
### v0.21.3: 22 May 2024
417

518
#### Improvements

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"author": "The Elixir community",
1212
"license": "MIT",
1313
"publisher": "JakeBecker",
14-
"version": "0.21.3",
14+
"version": "0.20.0",
1515
"engines": {
1616
"vscode": "^1.85.0"
1717
},

0 commit comments

Comments
 (0)