Skip to content

Commit c5239f3

Browse files
committed
Cut 5.8.2
1 parent 8a04350 commit c5239f3

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
### Changes
66

77
* Require Emacs 25.1+.
8+
9+
## 5.8.2 (2018-08-09)
10+
11+
### Changes
12+
813
* Disable ns caching by default.
914

1015
## 5.8.1 (2018-07-03)

clojure-mode.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
;; Artur Malabarba <bruce.connor.am@gmail.com>
1111
;; URL: http://github.com/clojure-emacs/clojure-mode
1212
;; Keywords: languages clojure clojurescript lisp
13-
;; Version: 5.9.0-snapshot
13+
;; Version: 5.8.2
1414
;; Package-Requires: ((emacs "25.1"))
1515

1616
;; This file is not part of GNU Emacs.
@@ -79,7 +79,7 @@
7979
:link '(url-link :tag "GitHub" "https://github.com/clojure-emacs/clojure-mode")
8080
:link '(emacs-commentary-link :tag "Commentary" "clojure-mode"))
8181

82-
(defconst clojure-mode-version "5.9.0-snapshot"
82+
(defconst clojure-mode-version "5.8.2"
8383
"The current version of `clojure-mode'.")
8484

8585
(defface clojure-keyword-face

0 commit comments

Comments
 (0)