Skip to content

Commit 6a668fa

Browse files
chore(main): release 0.1.0
1 parent fd35e63 commit 6a668fa

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
1-
# CHANGELOG
1+
# Changelog
2+
3+
## [0.1.0](https://github.com/elixir-tools/next-ls/compare/v0.0.1...v0.1.0) (2023-06-20)
4+
5+
6+
### Features
7+
8+
* basic lsp ([#5](https://github.com/elixir-tools/next-ls/issues/5)) ([aabdda0](https://github.com/elixir-tools/next-ls/commit/aabdda0238b56cc9ad65c403a74df6f4754d59c8))
9+
* **elixir:** compiler diagnostics ([#8](https://github.com/elixir-tools/next-ls/issues/8)) ([fafb2ca](https://github.com/elixir-tools/next-ls/commit/fafb2ca1c0d079a9ee4be15a0282fe089243fb82))
10+
* exdoc ([19d8bad](https://github.com/elixir-tools/next-ls/commit/19d8bad3d63d9ceee9081b27beda4e36328c12cd))
11+
* formatting ([#9](https://github.com/elixir-tools/next-ls/issues/9)) ([5f0c73c](https://github.com/elixir-tools/next-ls/commit/5f0c73c4e93131ec97265afb3c6fb3d223ac3d64))
12+
13+
## CHANGELOG

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule NextLS.MixProject do
55
[
66
app: :next_ls,
77
description: "The langauge server for Elixir that just works",
8-
version: "0.0.1",
8+
version: "0.1.0",
99
elixir: "~> 1.13",
1010
start_permanent: Mix.env() == :prod,
1111
package: package(),

0 commit comments

Comments
 (0)