From d6453af63ae262610747d9164aae5a05eb4a69f7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 21:43:05 -0500 Subject: [PATCH] chore(main): release 0.16.0 (#356) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 14 ++++++++++++++ flake.nix | 2 +- mix.exs | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7caee859..678abd7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.16.0](https://github.com/elixir-tools/next-ls/compare/v0.15.0...v0.16.0) (2024-01-18) + + +### Features + +* opentelemetry + logging ([#311](https://github.com/elixir-tools/next-ls/issues/311)) ([e871f34](https://github.com/elixir-tools/next-ls/commit/e871f34cd8269e1a91f041d474f674a050e1d3b4)) + + +### Bug Fixes + +* bump gen_lsp ([dfa83c2](https://github.com/elixir-tools/next-ls/commit/dfa83c264d63b194802ca1cc3ed8a51e78db8beb)) +* handle when auto updater receives a non-200 from GitHub API ([#351](https://github.com/elixir-tools/next-ls/issues/351)) ([3564971](https://github.com/elixir-tools/next-ls/commit/3564971cb8eb6b33b7a4d0f049ce8e99ebbd2374)), closes [#350](https://github.com/elixir-tools/next-ls/issues/350) +* update gen_lsp ([6adb5d5](https://github.com/elixir-tools/next-ls/commit/6adb5d57e9d98a32d7d27be51cb46cd4abba86c1)) + ## [0.15.0](https://github.com/elixir-tools/next-ls/compare/v0.14.2...v0.15.0) (2023-11-03) diff --git a/flake.nix b/flake.nix index 769bbd15..cac8e595 100644 --- a/flake.nix +++ b/flake.nix @@ -12,7 +12,7 @@ }: let inherit (nixpkgs) lib; - version = "0.15.0"; # x-release-please-version + version = "0.16.0"; # x-release-please-version # Helper to provide system-specific attributes forAllSystems = f: diff --git a/mix.exs b/mix.exs index 9838cfad..fbd56596 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule NextLS.MixProject do use Mix.Project - @version "0.15.0" # x-release-please-version + @version "0.16.0" # x-release-please-version def project do [