Skip to content

Commit

Permalink
Bump version to 0.200.7 and update CHANGELOG.org
Browse files Browse the repository at this point in the history
  • Loading branch information
syl20bnr committed Jan 2, 2017
1 parent 9d180c7 commit c2774bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.org
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
* Release 0.200.x
** 0.200.7 (2017/01/02)
*** Fixes
- More robust fix for error helm :config: ‘fuzzy-match’ not supported in async sources
** 0.200.6 (2017/01/01)
*** Fixes
- Fix error helm :config: ‘fuzzy-match’ not supported in async sources
Expand Down
2 changes: 1 addition & 1 deletion init.el
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
;; lower value in your dotfile (function `dotspacemacs/user-config')
(setq gc-cons-threshold 100000000)

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

(if (not (version<= spacemacs-emacs-min-version emacs-version))
Expand Down

0 comments on commit c2774bc

Please sign in to comment.