Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vemv committed Oct 25, 2021
1 parent 622c210 commit 367f27d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 3.0.0 (2021-10-25)

#### Changes

* [(Part of #230)](https://github.com/clojure-emacs/refactor-nrepl/issues/230): Parallelize various functionality
Expand Down
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -40,6 +40,7 @@ release:
# specified in project.clj to provide a login and password to the
# artifact repository.

# CLOJARS_USERNAME=$USER CLOJARS_PASSWORD=$(pbpaste) make deploy
deploy: .inline-deps
lein with-profile -user,+$(VERSION),+plugin.mranderson/config deploy clojars

Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -25,7 +25,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.0.0-alpha13"]
:plugins [[refactor-nrepl "3.0.0"]
[cider/cider-nrepl "0.25.9"]]
```

Expand All @@ -37,7 +37,7 @@ Add the following in `~/.boot/profile.boot`:
(require 'boot.repl)

(swap! boot.repl/*default-dependencies* conj
'[refactor-nrepl "3.0.0-alpha13"]
'[refactor-nrepl "3.0.0"]
'[cider/cider-nrepl "0.25.9"])

(swap! boot.repl/*default-middleware* conj
Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject refactor-nrepl "3.0.0-alpha13"
(defproject refactor-nrepl "3.0.0"
:description "nREPL middleware to support editor-agnostic refactoring"
:url "http://github.com/clojure-emacs/refactor-nrepl"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit 367f27d

Please sign in to comment.