From 00d6580a040a750e019218f9392cf9a4c2dac23a Mon Sep 17 00:00:00 2001 From: Victor Oliveira Nascimento Date: Mon, 26 Jun 2023 14:38:59 -0300 Subject: [PATCH] Bump version to 2.5.0 --- CHANGELOG.md | 15 ++++++++++++++- elixir-mode.el | 2 +- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f69f9c6..50a8f5da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,17 @@ -## v2.5.0 - Unreleased +## v2.6.0 - Unreleased + +## v2.5.0 - 2023-06-26 + +* [#505](https://github.com/elixir-editors/emacs-elixir/pull/505) - Update markdown, add Tips & Tricks +* [#504](https://github.com/elixir-editors/emacs-elixir/pull/504) - Add guards to easymenu +* [#502](https://github.com/elixir-editors/emacs-elixir/pull/502) - add H to list of sigil characters +* [#499](https://github.com/elixir-editors/emacs-elixir/pull/499) - Fix CI +* [#498](https://github.com/elixir-editors/emacs-elixir/pull/498) - Delete -emacs-elixir-format files when elixir-format is called uninteractively +* [#496](https://github.com/elixir-editors/emacs-elixir/pull/496) - Add mention of Tree-Sitter WIP work +* [#493](https://github.com/elixir-editors/emacs-elixir/pull/493) - Support ~H heex sigil +* [#490](https://github.com/elixir-editors/emacs-elixir/pull/490) - chore(cleanup): remove Emacs 24 hack not supported anymore +* [#489](https://github.com/elixir-editors/emacs-elixir/pull/489) - fix(tests): remove duplicated tests +* [#487](https://github.com/elixir-editors/emacs-elixir/pull/487) - Bump otp and elixir versions for ci testing ## v2.4.0 - 2021-10-05 * [#485](https://github.com/elixir-editors/emacs-elixir/pull/485) - Add require for cl-lib diff --git a/elixir-mode.el b/elixir-mode.el index 7a424e69..a3a5ead4 100644 --- a/elixir-mode.el +++ b/elixir-mode.el @@ -10,7 +10,7 @@ ;; URL: https://github.com/elixir-editors/emacs-elixir ;; Created: Mon Nov 7 2011 ;; Keywords: languages elixir -;; Version: 2.4.0 +;; Version: 2.5.0 ;; Package-Requires: ((emacs "25")) ;; This file is not a part of GNU Emacs.