Bump version to 0.105.14 and update change log

This commit is contained in:
syl20bnr 2016-03-09 20:55:29 -05:00
parent 9a4a621d60
commit 1831d4c86c
2 changed files with 14 additions and 1 deletions

View file

@ -1,4 +1,17 @@
* Release 0.105.x
** 0.105.14 (2016/03/09)
*** Fixes
- Fix bad window index for =neotree= buffer (thanks to bmag)
- Fix error when using ~SPC p l~ right after Emacs started (thanks to bixuanzju)
*** Layer changes
**** Go
- Fix bug when there is no test suite when running tests
(thanks to bogdanteleaga)
**** React
- Fix broken =helm-imenu= (thanks to huaoguo)
*** Improvements
- Various documentation improvements (thanks to triklsbg)
** 0.105.13 (2016/03/06)
*** Fixes
- Fix smooth-scroll toggling at startup (thanks to TheBB)

View file

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