Skip to content

Commit 00d6580

Browse files
committed
Bump version to 2.5.0
1 parent 19ed1ff commit 00d6580

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
1-
## v2.5.0 - Unreleased
1+
## v2.6.0 - Unreleased
2+
3+
## v2.5.0 - 2023-06-26
4+
5+
* [#505](https://github.com/elixir-editors/emacs-elixir/pull/505) - Update markdown, add Tips & Tricks
6+
* [#504](https://github.com/elixir-editors/emacs-elixir/pull/504) - Add guards to easymenu
7+
* [#502](https://github.com/elixir-editors/emacs-elixir/pull/502) - add H to list of sigil characters
8+
* [#499](https://github.com/elixir-editors/emacs-elixir/pull/499) - Fix CI
9+
* [#498](https://github.com/elixir-editors/emacs-elixir/pull/498) - Delete -emacs-elixir-format files when elixir-format is called uninteractively
10+
* [#496](https://github.com/elixir-editors/emacs-elixir/pull/496) - Add mention of Tree-Sitter WIP work
11+
* [#493](https://github.com/elixir-editors/emacs-elixir/pull/493) - Support ~H heex sigil
12+
* [#490](https://github.com/elixir-editors/emacs-elixir/pull/490) - chore(cleanup): remove Emacs 24 hack not supported anymore
13+
* [#489](https://github.com/elixir-editors/emacs-elixir/pull/489) - fix(tests): remove duplicated tests
14+
* [#487](https://github.com/elixir-editors/emacs-elixir/pull/487) - Bump otp and elixir versions for ci testing
215

316
## v2.4.0 - 2021-10-05
417
* [#485](https://github.com/elixir-editors/emacs-elixir/pull/485) - Add require for cl-lib

elixir-mode.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
;; URL: https://github.com/elixir-editors/emacs-elixir
1111
;; Created: Mon Nov 7 2011
1212
;; Keywords: languages elixir
13-
;; Version: 2.4.0
13+
;; Version: 2.5.0
1414
;; Package-Requires: ((emacs "25"))
1515

1616
;; This file is not a part of GNU Emacs.

0 commit comments

Comments
 (0)