Skip to content

Commit c4acd98

Browse files
committed
prepare 2.0.2
1 parent 86abd58 commit c4acd98

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## v2.0.2 - 2014/10/29
2+
* [#136](https://github.com/elixir-lang/emacs-elixir/pull/136) - Expand def of block operator regex to include non-newlines.
3+
* [#137](https://github.com/elixir-lang/emacs-elixir/pull/137) - update rake tasks
4+
* [#135](https://github.com/elixir-lang/emacs-elixir/pull/135) - Update README so the MELPA badge points to stable build.
5+
* [#133](https://github.com/elixir-lang/emacs-elixir/pull/133) - refine readme
6+
* [#134](https://github.com/elixir-lang/emacs-elixir/pull/134) - refine the ability to show the current elixir-mode version
7+
* [#132](https://github.com/elixir-lang/emacs-elixir/pull/132) - Added: test coverage with undercover.el
8+
* [#131](https://github.com/elixir-lang/emacs-elixir/pull/131) - Fix documentation url
9+
* [#127](https://github.com/elixir-lang/emacs-elixir/pull/127) - Add failing test for comment in cond expression (fixed)
10+
* [#128](https://github.com/elixir-lang/emacs-elixir/pull/128) - Added: collection of failing tests
11+
* [#124](https://github.com/elixir-lang/emacs-elixir/pull/124) - Fixed: Build Status badge
12+
* [#123](https://github.com/elixir-lang/emacs-elixir/pull/123) - TravisCI: add-apt-repository and apt-get install fix
13+
* [#121](https://github.com/elixir-lang/emacs-elixir/pull/121) - Add TravisCI support
14+
* [#122](https://github.com/elixir-lang/emacs-elixir/pull/122) - Remove unused code
15+
116
## v2.0.1 - 2014/09/11
217
* [#119](https://github.com/elixir-lang/emacs-elixir/pull/119) - Fixed: indent-inside-parens
318
* [#117](https://github.com/elixir-lang/emacs-elixir/pull/117) - Fixed: emacs 24.3 tests

elixir-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
;; URL: https://github.com/elixir-lang/emacs-elixir
99
;; Created: Mon Nov 7 2011
1010
;; Keywords: languages elixir
11-
;; Version: 2.0.1
11+
;; Version: 2.0.2
1212

1313
;; This file is not a part of GNU Emacs.
1414

0 commit comments

Comments
 (0)