Skip to content

Commit

Permalink
chore(main): release 0.22.5 (#488)
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] committed May 22, 2024
1 parent 7f134ea commit 1331e6b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.22.5](https://github.com/elixir-tools/next-ls/compare/v0.22.4...v0.22.5) (2024-05-22)


### Bug Fixes

* be more resilient LSP protocol errors ([#491](https://github.com/elixir-tools/next-ls/issues/491)) ([28d29f6](https://github.com/elixir-tools/next-ls/commit/28d29f6d37daa43bdf1060dd6ae9dbe60e088eb3))
* **completions:** handle macro edge cases ([#495](https://github.com/elixir-tools/next-ls/issues/495)) ([ac49272](https://github.com/elixir-tools/next-ls/commit/ac49272abaacabbc1475b2e43299ba51ca60bd6b))
* **definition:** variables inside broken code ([#496](https://github.com/elixir-tools/next-ls/issues/496)) ([7f134ea](https://github.com/elixir-tools/next-ls/commit/7f134ea980ca5c716843f5d752f30e6c19f27bf4)), closes [#477](https://github.com/elixir-tools/next-ls/issues/477)
* **document-symbols:** ensure its spec compliant ([#489](https://github.com/elixir-tools/next-ls/issues/489)) ([b120cce](https://github.com/elixir-tools/next-ls/commit/b120cce32ef9236e85e1bdfa57a3a6a45e99b351))
* **nix:** use normal release for flake ([#484](https://github.com/elixir-tools/next-ls/issues/484)) ([8162d88](https://github.com/elixir-tools/next-ls/commit/8162d88c0e60855ff702cf6fdb21ccd6a89d08a2))
* properly log unknown workspace command ([28d29f6](https://github.com/elixir-tools/next-ls/commit/28d29f6d37daa43bdf1060dd6ae9dbe60e088eb3))

## [0.22.4](https://github.com/elixir-tools/next-ls/compare/v0.22.3...v0.22.4) (2024-05-16)


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.22.4"; # x-release-please-version
version = "0.22.5"; # 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.22.4" # x-release-please-version
@version "0.22.5" # x-release-please-version

def project do
[
Expand Down

0 comments on commit 1331e6b

Please sign in to comment.