Skip to content

Commit ba164c0

Browse files
committed
3.4.1
1 parent 3d197f1 commit ba164c0

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## Unreleased
44

5+
## 3.4.1
6+
7+
* Offer `refactor-nrepl.ns.libspecs/namespace-aliases-for` function.
8+
* It's basically like `namespace-aliases`, but accepts files rather than dirs as an argument, which can be more flexible for programmatic use.
9+
510
## 3.4.0
611

712
* [#369](https://github.com/clojure-emacs/refactor-nrepl/issues/369): Implement "suggest" option for the `namespace-aliases` op.

README.md

Lines changed: 3 additions & 3 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.4.0"]
29+
:plugins [[refactor-nrepl "3.4.1"]
3030
[cider/cider-nrepl "0.28.3"]]
3131
```
3232

@@ -360,12 +360,12 @@ If you want to use `mranderson` while developing locally with the REPL, the sour
360360

361361
When you want to release locally to the following:
362362

363-
PROJECT_VERSION=3.4.0 make install
363+
PROJECT_VERSION=3.4.1 make install
364364

365365
And here's how to deploy to Clojars:
366366

367367
```bash
368-
git tag -a v3.4.0 -m "3.4.0"
368+
git tag -a v3.4.1 -m "3.4.1"
369369
git push --tags
370370
```
371371

0 commit comments

Comments
 (0)