Skip to content

Commit 582f9aa

Browse files
committed
Bump version to 0.200.13
1 parent 51de051 commit 582f9aa

File tree

4 files changed

+17
-2
lines changed

4 files changed

+17
-2
lines changed

CHANGELOG.org

+8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
* Release 0.200.x
2+
** 0.200.13 (2018/01/25)
3+
*** Fixes
4+
- Remove =ess-R-object-popup= from =ess= layer (thanks to NGaffney)
5+
- Remove =wolfram-mode= package from =extra-langs= (thanks to bennofs)
6+
- Import =info+.el= as local package
7+
- Import =help-fns+.el= as local package
8+
- Import =hide-comnt.el= as local package
9+
- core: fix not found packages with =dotspacemacs-install-packages= all
210
** 0.200.12 (2018/01/23)
311
*** Fixes
412
- Use HTTPS instead of HTTP for ORG ELPA repository (thanks to aaronjensen)

core/core-spacemacs-buffer.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
;;
1414
;;; Code:
1515

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

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

core/info/release-notes/0.200.13.txt

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
MELPA HOT FIX RELEASE
2+
3+
- Fixes removed packages from MELPA.
4+
5+
Essentially Emacs WIKI packages are concerned. They have been imported as local
6+
packages from Emacsmirror GitHub organization (thanks to tarsius for maintaining
7+
it)

init.el

+1-1
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.12" "Spacemacs version.")
19+
(defconst spacemacs-version "0.200.13" "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)