diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c1b5ef8..c6bb29c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.14.2](https://github.com/elixir-tools/next-ls/compare/v0.14.1...v0.14.2) (2023-10-27) + + +### Bug Fixes + +* make sqlite faster on Linux ([#307](https://github.com/elixir-tools/next-ls/issues/307)) ([b09e63e](https://github.com/elixir-tools/next-ls/commit/b09e63ef3fa85f33a0b5caf47783c81272994869)) + ## [0.14.1](https://github.com/elixir-tools/next-ls/compare/v0.14.0...v0.14.1) (2023-10-19) diff --git a/flake.nix b/flake.nix index 82c852d6..4689e192 100644 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,7 @@ ]; pname = "next-ls"; - version = "0.14.1"; # x-release-please-version + version = "0.14.2"; # x-release-please-version src = ./.; # Helper to provide system-specific attributes diff --git a/mix.exs b/mix.exs index a368db73..5427eb53 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule NextLS.MixProject do use Mix.Project - @version "0.14.1" # x-release-please-version + @version "0.14.2" # x-release-please-version def project do [