Skip to content

Commit 6de4aea

Browse files
committed
Bump version to 0.3.2
1 parent 5b6d673 commit 6de4aea

File tree

5 files changed

+13
-3
lines changed

5 files changed

+13
-3
lines changed

CHANGELOG.md

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

3+
### v0.3.2: 28 Mar 2020
4+
35
Improvements:
46
- Bump ElixirSense
57
- Fixes find all references doesn't work with argument defaults [#150](https://github.com/elixir-lsp/elixir-ls/issues/150)

DEVELOPMENT.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Packaging
2+
3+
Bump the changelog
4+
Bump the version numbers in `apps/debugger/mix.exs`, `apps/elixir_ls_utils/mix.exs`, and `apps/language_server/mix.exs`
5+
Make PR
6+
Merge PR
7+
Make the tag from the new master
8+
Push the tag

apps/debugger/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule ElixirLS.Debugger.Mixfile do
44
def project do
55
[
66
app: :debugger,
7-
version: "0.3.1",
7+
version: "0.3.2",
88
build_path: "../../_build",
99
config_path: "config/config.exs",
1010
deps_path: "../../deps",

apps/elixir_ls_utils/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule ElixirLS.Utils.Mixfile do
44
def project do
55
[
66
app: :elixir_ls_utils,
7-
version: "0.3.1",
7+
version: "0.3.2",
88
build_path: "../../_build",
99
config_path: "../../config/config.exs",
1010
deps_path: "../../deps",

apps/language_server/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule ElixirLS.LanguageServer.Mixfile do
44
def project do
55
[
66
app: :language_server,
7-
version: "0.3.1",
7+
version: "0.3.2",
88
elixir: ">= 1.7.0",
99
build_path: "../../_build",
1010
config_path: "config/config.exs",

0 commit comments

Comments
 (0)