Skip to content

Commit

Permalink
release v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tonini committed Jun 1, 2015
1 parent 166a1b7 commit 9f03eae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## v0.16.0 (unreleased)
## v0.16.0 (2015-06-01)

### Enhancements

Expand All @@ -12,7 +12,7 @@
* [Test-Mode] Functionality to go to next/previous test block.
* [Completion] Completion process buffer will be deleted after usage, there is no need to have it around after it.

## v0.15.0 (2015-5-28)
## v0.15.0 (2015-05-28)

### Enhancements

Expand Down
4 changes: 2 additions & 2 deletions alchemist.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; Author: Samuel Tonini <[email protected]>

;; URL: http://www.github.com/tonini/alchemist.el
;; Version: 0.16.0-cvs
;; Version: 0.16.0
;; Package-Requires: ((emacs "24"))
;; Keywords: languages, mix, elixir, elixirc, hex

Expand Down Expand Up @@ -60,7 +60,7 @@
"Hook which enables `alchemist-mode'"
(alchemist-mode 1))

(defvar alchemist--version "0.16.0-cvs")
(defvar alchemist--version "0.16.0")

;;;###autoload
(defun alchemist-version (&optional show-version)
Expand Down

0 comments on commit 9f03eae

Please sign in to comment.