Skip to content

Commit 464c9de

Browse files
committed
Release 5.5.2
1 parent e6fd958 commit 464c9de

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

33
## master (unreleased)
44

5+
## 5.5.2 (2016-08-03)
6+
57
### Bugs fixed
68

7-
* [#399](https://github.com/clojure-emacs/clojure-mode/issues/399) Fix fontification of prefix characters inside keywords.
9+
* [#399](https://github.com/clojure-emacs/clojure-mode/issues/399): Fix fontification of prefix characters inside keywords.
810

911
## 5.5.1 (2016-07-25)
1012

clojure-mode.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
;; Artur Malabarba <[email protected]>
1111
;; URL: http://github.com/clojure-emacs/clojure-mode
1212
;; Keywords: languages clojure clojurescript lisp
13-
;; Version: 5.5.1
13+
;; Version: 5.5.2
1414
;; Package-Requires: ((emacs "24.3"))
1515

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

81-
(defconst clojure-mode-version "5.5.1"
81+
(defconst clojure-mode-version "5.5.2"
8282
"The current version of `clojure-mode'.")
8383

8484
(defface clojure-keyword-face

0 commit comments

Comments
 (0)