Skip to content

Commit 8b01df6

Browse files
committed
Release 5.0.1
1 parent afca061 commit 8b01df6

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## master (unreleased)
44

5+
## 5.0.1 (15/11/2015)
6+
7+
### Bugs fixed
8+
9+
* Don't treat the symbol `default-(something)` as def* macro.
10+
* `cider-find-ns` now returns the closest `ns` instead of the first one.
11+
* [#344](https://github.com/clojure-emacs/clojure-mode/issues/344): Fixed the indentation of `extend-type`.
12+
513
## 5.0.0 (30/10/2015)
614

715
### New features

clojure-mode.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
;; Bozhidar Batsov <[email protected]>
1010
;; URL: http://github.com/clojure-emacs/clojure-mode
1111
;; Keywords: languages clojure clojurescript lisp
12-
;; Version: 5.0.1-cvs
12+
;; Version: 5.0.1
1313
;; Package-Requires: ((emacs "24.3"))
1414

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

80-
(defconst clojure-mode-version "5.0.1-snapshot"
80+
(defconst clojure-mode-version "5.0.1"
8181
"The current version of `clojure-mode'.")
8282

8383
(defface clojure-keyword-face

0 commit comments

Comments
 (0)