File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.8.0] ( https://github.com/elixir-tools/next-ls/compare/v0.7.1...v0.8.0 ) (2023-08-09)
4
+
5
+
6
+ ### Features
7
+
8
+ * burrito (aka binary executable) ([ #144 ] ( https://github.com/elixir-tools/next-ls/issues/144 ) ) ([ 094fd74] ( https://github.com/elixir-tools/next-ls/commit/094fd74744dc1c995473bbb8a36c900e8f7b0540 ) )
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * version in mix.exs ([ c6459ec] ( https://github.com/elixir-tools/next-ls/commit/c6459ec9f4e2a347f68868cb55544cfdbbde5048 ) )
14
+
3
15
## [ 0.7.1] ( https://github.com/elixir-tools/next-ls/compare/v0.7.0...v0.7.1 ) (2023-08-08)
4
16
5
17
Original file line number Diff line number Diff line change 1
1
defmodule NextLS.MixProject do
2
2
use Mix.Project
3
3
4
- @ version "0.7.1 " # x-release-please-version
4
+ @ version "0.8.0 " # x-release-please-version
5
5
6
6
def project do
7
7
[
You can’t perform that action at this time.
0 commit comments