Skip to content

Commit

Permalink
Bump version to 0.105.18 and update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
syl20bnr committed Apr 11, 2016
1 parent a9a68fb commit c8c4ff3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.org
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
* Release 0.105.x
** 0.105.18 (2016/04/10)
- Revert hotfix for =Yasnippet=, the bug has been fixed upstream and is now
available in MELPA (thanks to TheBB)
- Remove oboslete package =evil-jumper= which is now part of =evil=
(thanks to justbur)
** 0.105.17 (2016/04/09)
- Hotfix for Yasnippet, using stable version until resolution of
https://github.com/capitaomorte/yasnippet/issues/673
Expand Down
2 changes: 1 addition & 1 deletion init.el
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
;; (package-initialize)

(setq gc-cons-threshold 100000000)
(defconst spacemacs-version "0.105.17" "Spacemacs version.")
(defconst spacemacs-version "0.105.18" "Spacemacs version.")
(defconst spacemacs-emacs-min-version "24.3" "Minimal version of Emacs.")

(if (not (version<= spacemacs-emacs-min-version emacs-version))
Expand Down

0 comments on commit c8c4ff3

Please sign in to comment.