Skip to content

Commit

Permalink
Bump version to 0.200.11 Hotfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
syl20bnr committed Jan 23, 2018
1 parent e6e73cb commit c25f1c6
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.org
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
* Release 0.200.x
** 0.200.11 (2018/01/22)
*** Fixes
- Fix =helm= display function (thanks to jackkamm)
- Fix =anaconda-mode= variable names in Python layer (thanks to nixmaniack)
- Fix typo in =helm-cscope-find-calling-this-function= (thanks to dubnde)
- Use =org=mime= package from MELPA (thanks to jackkamm)
- Replace broken =helm-spotify= package by =helm-spotify-plus= (thanks to leezu)
- Update =Quelpa= library
- Backport up to date list of themes in core and themes-megapack layer.
- Fix =pyim= package name in Chinese layer (thanks to James Wang)
** 0.200.10 (2017/11/01)
*** Fixes
- Fix error: (void-variable helm-bookmark-map) when selecting a candidate from
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.10"
(defconst spacemacs-buffer-version-info "0.200.11"
"Current version used to display addition release information.")

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

- Fix =helm= display function (thanks to jackkamm)
- Fix =anaconda-mode= variable names in Python layer (thanks to nixmaniack)
- Fix typo in =helm-cscope-find-calling-this-function= (thanks to dubnde)
- Use =org=mime= package from MELPA (thanks to jackkamm)
- Replace broken =helm-spotify= package by =helm-spotify-plus= (thanks to leezu)
- Update =Quelpa= library
- Backport up to date list of themes in core and themes-megapack layer.
- Fix =pyim= package name in Chinese layer (thanks to James Wang)
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.10" "Spacemacs version.")
(defconst spacemacs-version "0.200.11" "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 c25f1c6

Please sign in to comment.