Skip to content

Commit 043f341

Browse files
chore(main): release 0.7.3 (#53)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fb0cbd4 commit 043f341

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# CHANGELOG
22

3+
## [0.7.3](https://github.com/elixir-tools/gen_lsp/compare/v0.7.2...v0.7.3) (2024-02-15)
4+
5+
6+
### Bug Fixes
7+
8+
* handle {:more, L} from decode_packet ([fb0cbd4](https://github.com/elixir-tools/gen_lsp/commit/fb0cbd4ef4b700f2d0dfaefae45c8cc5f73b128c))
9+
310
## [0.7.2](https://github.com/elixir-tools/gen_lsp/compare/v0.7.1...v0.7.2) (2024-02-14)
411

512

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ defmodule GenLSP.MixProject do
88
app: :gen_lsp,
99
description: "Library for creating language servers",
1010
source_url: @source_url,
11-
version: "0.7.2",
11+
version: "0.7.3",
1212
elixir: "~> 1.11",
1313
start_permanent: Mix.env() == :prod,
1414
deps: deps(),

0 commit comments

Comments
 (0)