From 5f037e4f679318ec582602a8c8c1d0f368071cd8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 21:20:09 +0000 Subject: [PATCH] chore(main): release 0.17.1 (#370) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ flake.nix | 2 +- mix.exs | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 324f8eb0..07fe717e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.17.1](https://github.com/elixir-tools/next-ls/compare/v0.17.0...v0.17.1) (2024-02-15) + + +### Bug Fixes + +* **diagnostics:** use span field if present ([7d8f2c7](https://github.com/elixir-tools/next-ls/commit/7d8f2c726dc1193166f0536b40f0593d18eff54c)) + ## [0.17.0](https://github.com/elixir-tools/next-ls/compare/v0.16.1...v0.17.0) (2024-02-14) diff --git a/flake.nix b/flake.nix index 7df00dcb..d9e9c7d9 100644 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,7 @@ }: let inherit (nixpkgs) lib; - version = "0.17.0"; # x-release-please-version + version = "0.17.1"; # x-release-please-version # Helper to provide system-specific attributes forAllSystems = f: diff --git a/mix.exs b/mix.exs index c200982d..0af4b041 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule NextLS.MixProject do use Mix.Project - @version "0.17.0" # x-release-please-version + @version "0.17.1" # x-release-please-version def project do [