Skip to content

Commit

Permalink
Bump version to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
victorolinasc committed Jun 26, 2023
1 parent 19ed1ff commit 00d6580
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion elixir-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 00d6580

Please sign in to comment.