Skip to content

Commit

Permalink
Bump version to 0.200.13
Browse files Browse the repository at this point in the history
  • Loading branch information
syl20bnr committed Jan 25, 2018
1 parent 51de051 commit 582f9aa
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.org
@@ -1,4 +1,12 @@
* Release 0.200.x
** 0.200.13 (2018/01/25)
*** Fixes
- Remove =ess-R-object-popup= from =ess= layer (thanks to NGaffney)
- Remove =wolfram-mode= package from =extra-langs= (thanks to bennofs)
- Import =info+.el= as local package
- Import =help-fns+.el= as local package
- Import =hide-comnt.el= as local package
- core: fix not found packages with =dotspacemacs-install-packages= all
** 0.200.12 (2018/01/23)
*** Fixes
- Use HTTPS instead of HTTP for ORG ELPA repository (thanks to aaronjensen)
Expand Down
2 changes: 1 addition & 1 deletion core/core-spacemacs-buffer.el
Expand Up @@ -13,7 +13,7 @@
;;
;;; Code:

(defconst spacemacs-buffer-version-info "0.200.11"
(defconst spacemacs-buffer-version-info "0.200.13"
"Current version used to display addition release information.")

(defconst spacemacs-buffer-name "*spacemacs*"
Expand Down
7 changes: 7 additions & 0 deletions core/info/release-notes/0.200.13.txt
@@ -0,0 +1,7 @@
MELPA HOT FIX RELEASE

- Fixes removed packages from MELPA.

Essentially Emacs WIKI packages are concerned. They have been imported as local
packages from Emacsmirror GitHub organization (thanks to tarsius for maintaining
it)
2 changes: 1 addition & 1 deletion init.el
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.12" "Spacemacs version.")
(defconst spacemacs-version "0.200.13" "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 582f9aa

Please sign in to comment.