Skip to content

Commit

Permalink
Bump version to 0.200.10 and update Change Log
Browse files Browse the repository at this point in the history
  • Loading branch information
syl20bnr committed Nov 2, 2017
1 parent 7efa18d commit 4bb4cb4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.org
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
* Release 0.200.x
** 0.200.10 (2017/11/01)
*** Fixes
- Fix error: (void-variable helm-bookmark-map) when selecting a candidate from
a Helm buffer (thanks to bmag)
- Fix window number assignation for Neotree buffer window (thanks to duianto)
** 0.200.9 (2017/04/06)
*** Fixes
- Fix theme loading with terminal Emacs (thanks to wang0z)
Expand Down
2 changes: 1 addition & 1 deletion core/core-spacemacs-buffer.el
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
;;
;;; Code:

(defconst spacemacs-buffer-version-info "0.200.9"
(defconst spacemacs-buffer-version-info "0.200.10"
"Current version used to display addition release information.")

(defconst spacemacs-buffer-name "*spacemacs*"
Expand Down
4 changes: 4 additions & 0 deletions core/info/release-notes/0.200.10.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
HOT FIX RELEASE

- Fix Helm error when selecting a candidate from a Helm buffer (thanks to bmag)
- Fix window number assignation for Neotree buffer window (thanks to duianto)
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.9" "Spacemacs version.")
(defconst spacemacs-version "0.200.10" "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 4bb4cb4

Please sign in to comment.