From a298a5a311dfe8b449b5f538740303f1ab3d5695 Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Wed, 9 Mar 2016 20:55:29 -0500 Subject: [PATCH] Bump version to 0.105.14 and update change log --- CHANGELOG.org | 13 +++++++++++++ init.el | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.org b/CHANGELOG.org index 90105f1c8a80..36d7863b4b1b 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -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) diff --git a/init.el b/init.el index 672add92ee23..13fb2643dcb5 100644 --- a/init.el +++ b/init.el @@ -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))