Skip to content

Commit 9693988

Browse files
committed
Release 2.5.0
1 parent c1130a5 commit 9693988

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

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

33
## Unreleased
44

5+
## 2.5.0 (2020-02-29)
6+
57
### New features
68

79
* [clojure-emacs/clj-refactor.el#443](https://github.com/clojure-emacs/clj-refactor.el/issues/443): `clean-ns` support namespaces with js literal (#js).
@@ -18,7 +20,7 @@
1820

1921
* [#256](https://github.com/clojure-emacs/refactor-nrepl/pull/256): Ignore malformed artifact coordinates when fetching from Clojars.
2022

21-
## 2.4.0
23+
## 2.4.0 (2018-08-26)
2224

2325
### New features
2426

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Be aware that this isn't the case if you connect to an already running REPL proc
2222
Add the following, either in your project's `project.clj`, or in the `:user` profile found at `~/.lein/profiles.clj`:
2323

2424
```clojure
25-
:plugins [[refactor-nrepl "2.4.0"]
25+
:plugins [[refactor-nrepl "2.5.0"]
2626
[cider/cider-nrepl "0.24.0"]]
2727
```
2828

@@ -34,7 +34,7 @@ Add the following in `~/.boot/profile.boot`:
3434
(require 'boot.repl)
3535

3636
(swap! boot.repl/*default-dependencies* conj
37-
'[refactor-nrepl "2.4.0"]
37+
'[refactor-nrepl "2.5.0"]
3838
'[cider/cider-nrepl "0.24.0"])
3939

4040
(swap! boot.repl/*default-middleware* conj

project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject refactor-nrepl "2.5.0-SNAPSHOT"
1+
(defproject refactor-nrepl "2.5.0"
22
:description "nREPL middleware to support editor-agnostic refactoring"
33
:url "http://github.com/clojure-emacs/refactor-nrepl"
44
:license {:name "Eclipse Public License"

0 commit comments

Comments
 (0)