Skip to content

Commit

Permalink
chore(main): release 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 27, 2023
1 parent 385068c commit 4f9c7a6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.16.0](https://github.com/elixir-tools/next-ls/compare/v0.15.0...v0.16.0) (2023-12-27)


### 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)

## [0.15.0](https://github.com/elixir-tools/next-ls/compare/v0.14.2...v0.15.0) (2023-11-03)


Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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:
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.15.0" # x-release-please-version
@version "0.16.0" # x-release-please-version

def project do
[
Expand Down

0 comments on commit 4f9c7a6

Please sign in to comment.