Skip to content

Commit

Permalink
Release 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Feb 29, 2020
1 parent c1130a5 commit 9693988
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 2.5.0 (2020-02-29)

### New features

* [clojure-emacs/clj-refactor.el#443](https://github.com/clojure-emacs/clj-refactor.el/issues/443): `clean-ns` support namespaces with js literal (#js).
Expand All @@ -18,7 +20,7 @@

* [#256](https://github.com/clojure-emacs/refactor-nrepl/pull/256): Ignore malformed artifact coordinates when fetching from Clojars.

## 2.4.0
## 2.4.0 (2018-08-26)

### New features

Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -22,7 +22,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 "2.4.0"]
:plugins [[refactor-nrepl "2.5.0"]
[cider/cider-nrepl "0.24.0"]]
```

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

(swap! boot.repl/*default-dependencies* conj
'[refactor-nrepl "2.4.0"]
'[refactor-nrepl "2.5.0"]
'[cider/cider-nrepl "0.24.0"])

(swap! boot.repl/*default-middleware* conj
Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject refactor-nrepl "2.5.0-SNAPSHOT"
(defproject refactor-nrepl "2.5.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 9693988

Please sign in to comment.