Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsamson committed Feb 27, 2025
1 parent cb8160d commit ba2a7ed
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
### Unreleased

### v0.27.0: 27 February 2025

#### Highlights

- 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.
- Added support for asdf v0.16

#### Improvements

- ElixirLS updated to [v0.27.0](https://github.com/elixir-lsp/elixir-ls/blob/master/CHANGELOG.md#v0270)
- Added a new setting `elixir_ls.stdlibSrcDir` to allow users to point to their elixir stdlib directory [cbecker](https://github.com/cbecker)
- Build dependencies updated

#### Breaking changes

- elixir 1.13 reached end of life and is no longer supported. Consider updating to 1.14+

### v0.26.4: 31 January 2025

#### 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.26.4",
"version": "0.27.0",
"engines": {
"vscode": "^1.93.0"
},
Expand Down

0 comments on commit ba2a7ed

Please sign in to comment.