Skip to content

Commit

Permalink
3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vemv committed Jul 21, 2023
1 parent f35d728 commit 4267c2a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 3.8.0

* [#396](https://github.com/clojure-emacs/refactor-nrepl/pull/396) Handle the analyzing and parsing of Clojure code from .cljc files.
* 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).
* Does not impact users, since we use [mranderson](https://github.com/benedekfazekas/mranderson).
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ deploy: check-env .inline-deps
jar: .inline-deps
lein with-profile -user,-dev,+$(VERSION),+plugin.mranderson/config jar

# Usage: PROJECT_VERSION=3.7.1 make install
# Usage: PROJECT_VERSION=3.8.0 make install
# PROJECT_VERSION is needed because it's not computed dynamically
install: check-install-env .inline-deps
LEIN_JVM_OPTS="-Dmranderson.internal.no-parallelism=true" lein with-profile -user,-dev,+$(VERSION),+plugin.mranderson/config install
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Be aware that this isn't the case if you connect to an already running REPL proc
Add the following, either in your project's `project.clj`, or in the `:user` profile found at `~/.lein/profiles.clj`:

```clojure
:plugins [[refactor-nrepl "3.7.1"]
:plugins [[refactor-nrepl "3.8.0"]
[cider/cider-nrepl "0.31.0"]]
```

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

```bash
git tag -a v3.7.1 -m "3.7.1"
git tag -a v3.8.0 -m "3.8.0"
git push --tags
```

Expand Down

0 comments on commit 4267c2a

Please sign in to comment.