File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## master (unreleased)
4
4
5
+ ## 5.5.0 (2016-06-25)
6
+
5
7
### New features
6
8
7
9
* Port cycle privacy, cycle collection type and cycle if/if-not from clj-refactor.el.
Original file line number Diff line number Diff line change 10
10
; ; Artur Malabarba <[email protected] >
11
11
; ; URL: http://github.com/clojure-emacs/clojure-mode
12
12
; ; Keywords: languages clojure clojurescript lisp
13
- ; ; Version: 5.5.0-cvs
13
+ ; ; Version: 5.5.0
14
14
; ; Package-Requires: ((emacs "24.3"))
15
15
16
16
; ; This file is not part of GNU Emacs.
78
78
:link '(url-link :tag " Github" " https://github.com/clojure-emacs/clojure-mode" )
79
79
:link '(emacs-commentary-link :tag " Commentary" " clojure-mode" ))
80
80
81
- (defconst clojure-mode-version " 5.5.0-snapshot "
81
+ (defconst clojure-mode-version " 5.5.0"
82
82
" The current version of `clojure-mode' ." )
83
83
84
84
(defface clojure-keyword-face
You can’t perform that action at this time.
0 commit comments