Skip to content

Commit

Permalink
prepare 1.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdeboard committed Aug 20, 2014
1 parent 39e0da3 commit 7de3f87
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v1.4.8 - 2014/08/19
* [#92](https://github.com/elixir-lang/emacs-elixir/pull/92) - Update Rakefile to also run the release.py script. Refs #88.
* [#91](https://github.com/elixir-lang/emacs-elixir/pull/91) - Updates to regexes for various lexemes
* [#90](https://github.com/elixir-lang/emacs-elixir/pull/90) - Fix bug in atom highlighting.

## v1.4.7 - 2014/08/18
* [#87](https://github.com/elixir-lang/emacs-elixir/pull/87) - Add syntax highlighting for heredocs & failing tests for indentation.
* [#85](https://github.com/elixir-lang/emacs-elixir/pull/85) - Improve regex for defmodule highlighting.
Expand Down
2 changes: 1 addition & 1 deletion elixir-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@

(require 'elixir-smie) ; syntax and indentation support

(defvar elixir-mode--version "1.4.7")
(defvar elixir-mode--version "1.4.8")

(defvar elixir-mode--website-url
"http://elixir-lang.org")
Expand Down

0 comments on commit 7de3f87

Please sign in to comment.