Skip to content

Commit 4267c2a

Browse files
committed
3.8.0
1 parent f35d728 commit 4267c2a

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-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+
## 3.8.0
6+
57
* [#396](https://github.com/clojure-emacs/refactor-nrepl/pull/396) Handle the analyzing and parsing of Clojure code from .cljc files.
68
* Upgrade various dependencies: [#393](https://github.com/clojure-emacs/refactor-nrepl/pull/393), [#394](https://github.com/clojure-emacs/refactor-nrepl/pull/394) & [#395](https://github.com/clojure-emacs/refactor-nrepl/pull/395).
79
* Does not impact users, since we use [mranderson](https://github.com/benedekfazekas/mranderson).

Makefile

Lines changed: 1 addition & 1 deletion
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.7.1 make install
44+
# Usage: PROJECT_VERSION=3.8.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

README.md

Lines changed: 2 additions & 2 deletions
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.7.1"]
29+
:plugins [[refactor-nrepl "3.8.0"]
3030
[cider/cider-nrepl "0.31.0"]]
3131
```
3232

@@ -365,7 +365,7 @@ When you want to release locally to the following:
365365
And here's how to deploy to Clojars:
366366

367367
```bash
368-
git tag -a v3.7.1 -m "3.7.1"
368+
git tag -a v3.8.0 -m "3.8.0"
369369
git push --tags
370370
```
371371

0 commit comments

Comments
 (0)