Skip to content

Commit

Permalink
chore(main): release 0.19.0 (elixir-tools#377)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Feb 27, 2024
1 parent 91fb590 commit 63b665f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.19.0](https://github.com/elixir-tools/next-ls/compare/v0.18.0...v0.19.0) (2024-02-27)


### Features

* add require code action ([#375](https://github.com/elixir-tools/next-ls/issues/375)) ([1d5ba4f](https://github.com/elixir-tools/next-ls/commit/1d5ba4fd66c50ed8853979cce7859697e00243d1))
* **commands:** from-pipe ([#378](https://github.com/elixir-tools/next-ls/issues/378)) ([774e7cb](https://github.com/elixir-tools/next-ls/commit/774e7cba5ec8d20e2354b575e88ad8d1b7e2d57e))
* **commands:** to-pipe ([#318](https://github.com/elixir-tools/next-ls/issues/318)) ([cfa7eb2](https://github.com/elixir-tools/next-ls/commit/cfa7eb267533c910f2338a4a60d49bcffcab91fe))


### Bug Fixes

* add more logging to runtime startup ([91fb590](https://github.com/elixir-tools/next-ls/commit/91fb590c7d55324f6b7b867bd36564cb5d5370b0))

## [0.18.0](https://github.com/elixir-tools/next-ls/compare/v0.17.1...v0.18.0) (2024-02-21)


Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}: let
inherit (nixpkgs) lib;

version = "0.18.0"; # x-release-please-version
version = "0.19.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.18.0" # x-release-please-version
@version "0.19.0" # x-release-please-version

def project do
[
Expand Down

0 comments on commit 63b665f

Please sign in to comment.