Skip to content

Commit c25f1c6

Browse files
committed
Bump version to 0.200.11 Hotfix release
1 parent e6e73cb commit c25f1c6

File tree

4 files changed

+22
-2
lines changed

4 files changed

+22
-2
lines changed

CHANGELOG.org

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
* Release 0.200.x
2+
** 0.200.11 (2018/01/22)
3+
*** Fixes
4+
- Fix =helm= display function (thanks to jackkamm)
5+
- Fix =anaconda-mode= variable names in Python layer (thanks to nixmaniack)
6+
- Fix typo in =helm-cscope-find-calling-this-function= (thanks to dubnde)
7+
- Use =org=mime= package from MELPA (thanks to jackkamm)
8+
- Replace broken =helm-spotify= package by =helm-spotify-plus= (thanks to leezu)
9+
- Update =Quelpa= library
10+
- Backport up to date list of themes in core and themes-megapack layer.
11+
- Fix =pyim= package name in Chinese layer (thanks to James Wang)
212
** 0.200.10 (2017/11/01)
313
*** Fixes
414
- Fix error: (void-variable helm-bookmark-map) when selecting a candidate from

core/core-spacemacs-buffer.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
;;
1414
;;; Code:
1515

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

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

core/info/release-notes/0.200.11.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
HOT FIX RELEASE
2+
3+
- Fix =helm= display function (thanks to jackkamm)
4+
- Fix =anaconda-mode= variable names in Python layer (thanks to nixmaniack)
5+
- Fix typo in =helm-cscope-find-calling-this-function= (thanks to dubnde)
6+
- Use =org=mime= package from MELPA (thanks to jackkamm)
7+
- Replace broken =helm-spotify= package by =helm-spotify-plus= (thanks to leezu)
8+
- Update =Quelpa= library
9+
- Backport up to date list of themes in core and themes-megapack layer.
10+
- Fix =pyim= package name in Chinese layer (thanks to James Wang)

init.el

Lines changed: 1 addition & 1 deletion
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.10" "Spacemacs version.")
19+
(defconst spacemacs-version "0.200.11" "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)