From c25f1c6d9c07d0b27a42651e1684c2558f676f8f Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Mon, 22 Jan 2018 22:05:30 -0500 Subject: [PATCH] Bump version to 0.200.11 Hotfix release --- CHANGELOG.org | 10 ++++++++++ core/core-spacemacs-buffer.el | 2 +- core/info/release-notes/0.200.11.txt | 10 ++++++++++ init.el | 2 +- 4 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 core/info/release-notes/0.200.11.txt diff --git a/CHANGELOG.org b/CHANGELOG.org index c5525759e5f0..aa814394529a 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -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 diff --git a/core/core-spacemacs-buffer.el b/core/core-spacemacs-buffer.el index 329b220dd1c0..d4d746006feb 100644 --- a/core/core-spacemacs-buffer.el +++ b/core/core-spacemacs-buffer.el @@ -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*" diff --git a/core/info/release-notes/0.200.11.txt b/core/info/release-notes/0.200.11.txt new file mode 100644 index 000000000000..e7608e65b1b8 --- /dev/null +++ b/core/info/release-notes/0.200.11.txt @@ -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) diff --git a/init.el b/init.el index a7e20e9f9dc3..a58b65e4c279 100644 --- a/init.el +++ b/init.el @@ -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))