Skip to content

Commit c2774bc

Browse files
committed
Bump version to 0.200.7 and update CHANGELOG.org
1 parent 9d180c7 commit c2774bc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.org

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
* Release 0.200.x
2+
** 0.200.7 (2017/01/02)
3+
*** Fixes
4+
- More robust fix for error helm :config: ‘fuzzy-match’ not supported in async sources
25
** 0.200.6 (2017/01/01)
36
*** Fixes
47
- Fix error helm :config: ‘fuzzy-match’ not supported in async sources

init.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
;; lower value in your dotfile (function `dotspacemacs/user-config')
1717
(setq gc-cons-threshold 100000000)
1818

19-
(defconst spacemacs-version "0.200.6" "Spacemacs version.")
19+
(defconst spacemacs-version "0.200.7" "Spacemacs version.")
2020
(defconst spacemacs-emacs-min-version "24.4" "Minimal version of Emacs.")
2121

2222
(if (not (version<= spacemacs-emacs-min-version emacs-version))

0 commit comments

Comments
 (0)