Skip to content

Commit f79dfda

Browse files
Prepare 2.3.1 release
1 parent 38e8f3f commit f79dfda

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 2.3.1
44

55
### Bugs fixed
66

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ 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.2.0"]
26-
[cider/cider-nrepl "0.13.0"]]
25+
:plugins [[refactor-nrepl "2.3.1"]
26+
[cider/cider-nrepl "0.14.0"]]
2727
```
2828

2929
### Adding the middleware via Boot
@@ -34,8 +34,8 @@ Add the following in `~/.boot/profile.boot`:
3434
(require 'boot.repl)
3535

3636
(swap! boot.repl/*default-dependencies* conj
37-
'[refactor-nrepl "2.2.0"]
38-
'[cider/cider-nrepl "0.11.0"])
37+
'[refactor-nrepl "2.3.1"]
38+
'[cider/cider-nrepl "0.14.0"])
3939

4040
(swap! boot.repl/*default-middleware* conj
4141
'refactor-nrepl.middleware/wrap-refactor)

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject refactor-nrepl "2.3.0-SNAPSHOT"
1+
(defproject refactor-nrepl "2.3.1"
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)