Bump version to 0.200.6 and update CHANGELOG.org

This commit is contained in:
syl20bnr 2017-01-02 01:41:35 -05:00
parent a5ac11b832
commit fd2bcf0830
2 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,7 @@
* Release 0.200.x
** 0.200.6 (2017/01/01)
*** Fixes
- Fix error helm :config: fuzzy-match not supported in async sources
** 0.200.5 (2016/11/03)
*** Fixes
- Removed themes missing from MELPA (=colorsarenice-theme= and =stekene-theme=)

View File

@ -16,7 +16,7 @@
;; lower value in your dotfile (function `dotspacemacs/user-config')
(setq gc-cons-threshold 100000000)
(defconst spacemacs-version "0.200.5" "Spacemacs version.")
(defconst spacemacs-version "0.200.6" "Spacemacs version.")
(defconst spacemacs-emacs-min-version "24.4" "Minimal version of Emacs.")
(if (not (version<= spacemacs-emacs-min-version emacs-version))