Bump version to 0.105.4 and update change log

This commit is contained in:
syl20bnr 2016-01-06 23:45:26 -05:00
parent 0a1b6f5690
commit 70db3767fc
2 changed files with 12 additions and 1 deletions

View File

@ -1,4 +1,15 @@
* Release 0.105.x
** 0.105.4 (2016/01/07)
*** Hot fixes
**** Core
- Fix home buffer obfuscating opened file when Emacs starts (thanks to justbur)
**** Ruby layer
- Fix =rbenv= loading (thanks to TheBB)
**** Spacemacs layouts
- Fix jumping to last layout when the last layout is the default layout
(thanks to TheBB)
**** Yasnippet
- Fix and improve =yasnippet= loading (thanks to TheBB)
** 0.105.3 (2016/01/06)
*** Hot fixes
**** Emacs lisp layer

View File

@ -14,7 +14,7 @@
;; (package-initialize)
(setq gc-cons-threshold 100000000)
(defconst spacemacs-version "0.105.3" "Spacemacs version.")
(defconst spacemacs-version "0.105.4" "Spacemacs version.")
(defconst spacemacs-emacs-min-version "24.3" "Minimal version of Emacs.")
(if (not (version<= spacemacs-emacs-min-version emacs-version))