Skip to content

Commit

Permalink
chore(main): release 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and mhanberg committed Feb 14, 2024
1 parent 3314cc8 commit f7edd6f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.17.0](https://github.com/elixir-tools/next-ls/compare/v0.16.1...v0.17.0) (2024-02-14)


### Features

* spitfire ([#368](https://github.com/elixir-tools/next-ls/issues/368)) ([bcb7e2e](https://github.com/elixir-tools/next-ls/commit/bcb7e2e7433b5488fd3f2bc7170be5028fb56409))

Incorporates experimental usage of the [Spitfire](https://github.com/elixir-tools/spitfire) parser.

To enable, the server should be started with `NEXTLS_SPITFIRE_ENABLED=1`.

`elixir-tools.nvim` and `elixir-tools.vscode` will have settings to enable this for you.


## [0.16.1](https://github.com/elixir-tools/next-ls/compare/v0.16.0...v0.16.1) (2024-01-21)


Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}: let
inherit (nixpkgs) lib;

version = "0.16.1"; # x-release-please-version
version = "0.17.0"; # x-release-please-version

# Helper to provide system-specific attributes
forAllSystems = f:
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule NextLS.MixProject do
use Mix.Project

@version "0.16.1" # x-release-please-version
@version "0.17.0" # x-release-please-version

def project do
[
Expand Down

0 comments on commit f7edd6f

Please sign in to comment.