Skip to content

Commit ba2a7ed

Browse files
committed
bump version
1 parent cb8160d commit ba2a7ed

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

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

3+
### v0.27.0: 27 February 2025
4+
5+
#### Highlights
6+
7+
- Added Go to declaration provider. It can be used to navigate from implementation to callback definition in behaviour module, from protocol implementation to protocol definition or from overriding def to the `__using__` macro.
8+
- Added support for asdf v0.16
9+
10+
#### Improvements
11+
12+
- ElixirLS updated to [v0.27.0](https://github.com/elixir-lsp/elixir-ls/blob/master/CHANGELOG.md#v0270)
13+
- Added a new setting `elixir_ls.stdlibSrcDir` to allow users to point to their elixir stdlib directory [cbecker](https://github.com/cbecker)
14+
- Build dependencies updated
15+
16+
#### Breaking changes
17+
18+
- elixir 1.13 reached end of life and is no longer supported. Consider updating to 1.14+
19+
320
### v0.26.4: 31 January 2025
421

522
#### 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.26.4",
14+
"version": "0.27.0",
1515
"engines": {
1616
"vscode": "^1.93.0"
1717
},

0 commit comments

Comments
 (0)