Skip to content

Commit

Permalink
chore(main): release 0.7.1 (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 2, 2024
1 parent 9988f4a commit b9cba07
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.7.1](https://github.com/elixir-tools/gen_lsp/compare/v0.7.0...v0.7.1) (2024-01-02)


### Bug Fixes

* protect String.split from >2 parts ([#50](https://github.com/elixir-tools/gen_lsp/issues/50)) ([9988f4a](https://github.com/elixir-tools/gen_lsp/commit/9988f4aa4b1ca6e8d061ab737ceda231f65c1117))

## [0.7.0](https://github.com/elixir-tools/gen_lsp/compare/v0.6.3...v0.7.0) (2023-11-29)


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.7.0",
version: "0.7.1",
elixir: "~> 1.11",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit b9cba07

Please sign in to comment.