Bump version to 0.105.15 and update change log

This commit is contained in:
syl20bnr 2016-04-01 01:05:09 -04:00
parent b3f6dba671
commit e955748757
2 changed files with 10 additions and 1 deletions

View file

@ -1,4 +1,13 @@
* Release 0.105.x
** 0.105.15 (2016/04/01)
*** Improvements
- Emacs to THE MAX! Release of Zemacs!
*** Layer changes
**** Javascript
- New layer variable =javascript-disable-tern-port-files=, when non nil
tern port files are not created. Default value is nil. (thanks to mijoharas)
**** Swift
- Fix all =swift= major-mode key bindings (thanks to xinranmsn)
** 0.105.14 (2016/03/09)
*** Fixes
- Fix bad window index for =neotree= buffer (thanks to bmag)

View file

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