Skip to content

Commit

Permalink
chore(main): release 0.5.0 (#36)
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 Jul 14, 2023
1 parent f38c761 commit 85cd591
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## [0.5.0](https://github.com/elixir-tools/gen_lsp/compare/v0.4.0...v0.5.0) (2023-07-14)


### Features

* server to client requests ([#35](https://github.com/elixir-tools/gen_lsp/issues/35)) ([f38c761](https://github.com/elixir-tools/gen_lsp/commit/f38c761496a3fd9b7aee9080451cd42ceef5246d)), closes [#34](https://github.com/elixir-tools/gen_lsp/issues/34)

## [0.4.0](https://github.com/elixir-tools/gen_lsp/compare/v0.3.0...v0.4.0) (2023-07-12)


Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ defmodule GenLSP.MixProject do
app: :gen_lsp,
description: "Library for creating language servers",
source_url: @source_url,
version: "0.4.0",
version: "0.5.0",
elixir: "~> 1.11",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit 85cd591

Please sign in to comment.