Skip to content

Commit b23b61c

Browse files
prepare 1.0.3 release
1 parent 09e6008 commit b23b61c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The role of this nREPL middleware is to provide refactoring support for clients
1414
Add the following, either in your project's `project.clj`, or in the `:user` profile found at `~/.lein/profiles.clj`:
1515

1616
```clojure
17-
:plugins [[refactor-nrepl "1.0.2"]]
17+
:plugins [[refactor-nrepl "1.0.3"]]
1818
```
1919

2020
### Clojure client
@@ -233,6 +233,10 @@ build.sh cleans, runs source-deps with the right parameters, runs the tests and
233233

234234
## Changelog
235235

236+
### 1.0.3
237+
238+
* fix problem in clean-ns caused by mranderson (inlining) limitation
239+
236240
### 1.0.2
237241

238242
* various bugfixes in clean-ns

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(def VERSION "1.0.3-SNAPSHOT")
1+
(def VERSION "1.0.3")
22

33
(defproject refactor-nrepl VERSION
44
:description "nREPL middleware to support editor-agnostic refactoring"

0 commit comments

Comments
 (0)