Skip to content

Commit

Permalink
Bump version 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tonini committed Mar 30, 2017
1 parent 7cba32d commit 34caeed
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
# Changelog

## v1.9.0-cvs (master)
## v1.8.2 (2017-30-3)

### Enhancements

* [Mix] Add support for mix test --stale
* [Mix] Allow customization of truncate-lines in test report mode
* [IEx] Add function to compile buffer in iex and go
* [Server] Update Alchemist-Server (Elixir 1.4.2)

### Bug fixes

* [Mix] Fix `alchemist-test-{next,previous}-result` in test report
* [Goto] Fix issue about jumping to core elixir files
* [IEx] Add alchemist-backend through iex hook
* [Completion] Add alchemist-company backend correctly
* [Completion] Fixing weird behaviour of adding completion prefix
* [Completion] Fix literal TAB binding to company-complete

### Bug fixes

Expand Down
2 changes: 1 addition & 1 deletion alchemist.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; Author: Samuel Tonini <[email protected]>
;; Maintainer: Samuel Tonini <[email protected]>
;; URL: http://www.github.com/tonini/alchemist.el
;; Version: 1.9.0-cvs
;; Version: 1.8.2
;; Package-Requires: ((elixir-mode "2.2.5") (dash "2.11.0") (emacs "24.4") (company "0.8.0") (pkg-info "0.4"))
;; Keywords: languages, elixir, elixirc, mix, hex, alchemist

Expand Down

0 comments on commit 34caeed

Please sign in to comment.