From db267a6f66a0e8f279b1d230225f60373db808f6 Mon Sep 17 00:00:00 2001 From: Victor Oliveira Nascimento Date: Tue, 5 Oct 2021 13:02:42 -0300 Subject: [PATCH 1/2] Bump version to v2.4.0 --- CHANGELOG.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44f136ef..95bfe3d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ -## v2.4.0 - Unreleased - +## v2.5.0 - Unreleased + +## v2.4.0 - 2021-10-05 +* [#482](https://github.com/elixir-editors/emacs-elixir/pull/482) - Remove pkg-info dependency +* [#481](https://github.com/elixir-editors/emacs-elixir/pull/481) - Enable elixir-mode by default when opening mix.lock file. +* [#475](https://github.com/elixir-editors/emacs-elixir/pull/475) - Backport ppss accessors, use setq-local & more +* [#472](https://github.com/elixir-editors/emacs-elixir/pull/472) - chore: update guides with new build system +* [#471](https://github.com/elixir-editors/emacs-elixir/pull/471) - feat: switch CI and build system +* [#470](https://github.com/elixir-editors/emacs-elixir/pull/470) - Highlight atom map keys that end with a newline +* [#468](https://github.com/elixir-editors/emacs-elixir/pull/468) - Sigil heredoc support * [#459](https://github.com/elixir-editors/emacs-elixir/pull/459) - Customizable face for numbers ## v2.3.2 - 2020-11-16 From 2cdb48e5130e07187e3a3de5929854660a24b685 Mon Sep 17 00:00:00 2001 From: Victor Oliveira Nascimento Date: Sat, 13 Nov 2021 21:45:23 -0300 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95bfe3d8..5f69f9c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ## v2.5.0 - Unreleased ## v2.4.0 - 2021-10-05 +* [#485](https://github.com/elixir-editors/emacs-elixir/pull/485) - Add require for cl-lib * [#482](https://github.com/elixir-editors/emacs-elixir/pull/482) - Remove pkg-info dependency * [#481](https://github.com/elixir-editors/emacs-elixir/pull/481) - Enable elixir-mode by default when opening mix.lock file. * [#475](https://github.com/elixir-editors/emacs-elixir/pull/475) - Backport ppss accessors, use setq-local & more