Skip to content

Commit 4a873ca

Browse files
committed
3.10.0
1 parent 58e81e8 commit 4a873ca

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Diff for: CHANGELOG.md

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

33
## Unreleased
44

5+
## 3.10.0
6+
57
* Add `always-return-ns-form` option to `clean-ns` message
68

79
## 3.9.1

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ deploy: check-env .inline-deps
4141
jar: .inline-deps
4242
lein with-profile -user,-dev,+$(VERSION),+plugin.mranderson/config jar
4343

44-
# Usage: PROJECT_VERSION=3.9.1 make install
44+
# Usage: PROJECT_VERSION=3.10.0 make install
4545
# PROJECT_VERSION is needed because it's not computed dynamically
4646
install: check-install-env .inline-deps
4747
LEIN_JVM_OPTS="-Dmranderson.internal.no-parallelism=true" lein with-profile -user,-dev,+$(VERSION),+plugin.mranderson/config install

Diff for: README.md

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

2828
```clojure
29-
:plugins [[refactor-nrepl "3.9.1"]
29+
:plugins [[refactor-nrepl "3.10.0"]
3030
[cider/cider-nrepl "0.31.0"]]
3131
```
3232

@@ -374,7 +374,7 @@ When you want to release locally to the following:
374374
And here's how to deploy to Clojars:
375375

376376
```bash
377-
git tag -a v3.9.1 -m "3.9.1"
377+
git tag -a v3.10.0 -m "3.10.0"
378378
git push --tags
379379
```
380380

0 commit comments

Comments
 (0)