Skip to content

Commit 4bb4cb4

Browse files
committedNov 2, 2017
Bump version to 0.200.10 and update Change Log
1 parent 7efa18d commit 4bb4cb4

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed
 

‎CHANGELOG.org

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
* Release 0.200.x
2+
** 0.200.10 (2017/11/01)
3+
*** Fixes
4+
- Fix error: (void-variable helm-bookmark-map) when selecting a candidate from
5+
a Helm buffer (thanks to bmag)
6+
- Fix window number assignation for Neotree buffer window (thanks to duianto)
27
** 0.200.9 (2017/04/06)
38
*** Fixes
49
- Fix theme loading with terminal Emacs (thanks to wang0z)

‎core/core-spacemacs-buffer.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
;;
1414
;;; Code:
1515

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

1919
(defconst spacemacs-buffer-name "*spacemacs*"

‎core/info/release-notes/0.200.10.txt

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
HOT FIX RELEASE
2+
3+
- Fix Helm error when selecting a candidate from a Helm buffer (thanks to bmag)
4+
- Fix window number assignation for Neotree buffer window (thanks to duianto)

‎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.9" "Spacemacs version.")
19+
(defconst spacemacs-version "0.200.10" "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)