Skip to content

Commit 3d5d1fb

Browse files
committed
Release 2.4.0
1 parent 5e78936 commit 3d5d1fb

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 2.4.0 (2018-08-26)
6+
57
- Compatible with CIDER 0.17 and 0.18.
68
- Hotload dependency temporarily disabled to make the middleware run on Java 10.
79
- Dropped support for Emacs < 25.1 (to match clojure-mode and CIDER).

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,13 @@ Either in your project's `project.clj` or in the `:user`
4747
profile found at `~/.lein/profiles.clj`:
4848

4949
```clojure
50-
:plugins [[refactor-nrepl "2.3.1"]
51-
[cider/cider-nrepl "0.14.0"]]
50+
:plugins [[refactor-nrepl "2.4.0"]
51+
[cider/cider-nrepl "0.18.0"]]
5252
```
5353

54+
**clj-refactor 2.4 is compatible with CIDER 0.17 and 0.18. Change the cider-nrepl dep
55+
to 0.17 if you're using CIDER 0.17.**
56+
5457
Check out the much longer
5558
[installation](https://github.com/clojure-emacs/clj-refactor.el/wiki/installation)
5659
page in the wiki for a less opinionated approach.

clj-refactor.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
;; Author: Magnar Sveen <[email protected]>
77
;; Lars Andersen <[email protected]>
88
;; Benedek Fazekas <[email protected]>
9-
;; Version: 2.4.0-SNAPSHOT
9+
;; Version: 2.4.0
1010
;; Keywords: convenience, clojure, cider
1111
;; Package-Requires: ((emacs "25.1") (s "1.8.0") (seq "2.19") (yasnippet "0.6.1") (paredit "24") (multiple-cursors "1.2.2") (clojure-mode "5.6.1") (cider "0.17.0") (edn "1.1.2") (inflections "2.3") (hydra "0.13.2"))
1212

0 commit comments

Comments
 (0)