Skip to content

Commit 8be3930

Browse files
chore(main): release 0.16.0 (#358)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 740c9e4 commit 8be3930

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.16.0](https://github.com/elixir-tools/next-ls/compare/v0.15.0...v0.16.0) (2024-01-18)
4+
5+
6+
### Features
7+
8+
* opentelemetry + logging ([#311](https://github.com/elixir-tools/next-ls/issues/311)) ([e871f34](https://github.com/elixir-tools/next-ls/commit/e871f34cd8269e1a91f041d474f674a050e1d3b4))
9+
10+
11+
### Bug Fixes
12+
13+
* bump gen_lsp ([dfa83c2](https://github.com/elixir-tools/next-ls/commit/dfa83c264d63b194802ca1cc3ed8a51e78db8beb))
14+
* 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)
15+
* update gen_lsp ([6adb5d5](https://github.com/elixir-tools/next-ls/commit/6adb5d57e9d98a32d7d27be51cb46cd4abba86c1))
16+
317
## [0.15.0](https://github.com/elixir-tools/next-ls/compare/v0.14.2...v0.15.0) (2023-11-03)
418

519

flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}: let
1313
inherit (nixpkgs) lib;
1414

15-
version = "0.15.0"; # x-release-please-version
15+
version = "0.16.0"; # x-release-please-version
1616

1717
# Helper to provide system-specific attributes
1818
forAllSystems = f:

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule NextLS.MixProject do
22
use Mix.Project
33

4-
@version "0.15.0" # x-release-please-version
4+
@version "0.16.0" # x-release-please-version
55

66
def project do
77
[

0 commit comments

Comments
 (0)