From 65f148b14c53ecd26911f45955d514ff4f99cf59 Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Wed, 24 Jan 2018 00:16:33 -0500 Subject: [PATCH] Bump version to 0.200.12 --- CHANGELOG.org | 3 +++ core/info/release-notes/0.200.11.txt | 1 + init.el | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.org b/CHANGELOG.org index aa814394529a..d46619f56f7e 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -1,4 +1,7 @@ * Release 0.200.x +** 0.200.12 (2018/01/23) +*** Fixes +- Use HTTPS instead of HTTP for ORG ELPA repository (thanks to aaronjensen) ** 0.200.11 (2018/01/22) *** Fixes - Fix =helm= display function (thanks to jackkamm) diff --git a/core/info/release-notes/0.200.11.txt b/core/info/release-notes/0.200.11.txt index e7608e65b1b8..6a7a75bd1cdf 100644 --- a/core/info/release-notes/0.200.11.txt +++ b/core/info/release-notes/0.200.11.txt @@ -1,5 +1,6 @@ HOT FIX RELEASE +- Use HTTPS instead of HTTP for ORG ELPA repository (thanks to aaronjensen) - 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) diff --git a/init.el b/init.el index a58b65e4c279..21710c2c4239 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.11" "Spacemacs version.") +(defconst spacemacs-version "0.200.12" "Spacemacs version.") (defconst spacemacs-emacs-min-version "24.4" "Minimal version of Emacs.") (if (not (version<= spacemacs-emacs-min-version emacs-version))