Skip to content

Commit b15e886

Browse files
committed
3.3.2
1 parent 3e950a6 commit b15e886

File tree

2 files changed

+5
-3
lines changed

2 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.3.2
6+
57
* [#173](https://github.com/clojure-emacs/refactor-nrepl/issues/173): `rename-file-or-dir`: rename more kinds of constructs in dependent namespaces: namespace-qualified maps, fully-qualified functions, metadata.
68
* [#194](https://github.com/clojure-emacs/refactor-nrepl/issues/194): Don't prune `require` forms if they are needed for a given `import` to work.
79
* [#142](https://github.com/clojure-emacs/refactor-nrepl/issues/142): `read-ns-form`: report more informatively when a non-existing file is being processed.

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.3.1"]
29+
:plugins [[refactor-nrepl "3.3.2"]
3030
[cider/cider-nrepl "0.25.9"]]
3131
```
3232

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

373373
When you want to release locally to the following:
374374

375-
PROJECT_VERSION=3.3.1 make install
375+
PROJECT_VERSION=3.3.2 make install
376376

377377
And here's how to deploy to Clojars:
378378

379379
```bash
380-
git tag -a v3.3.1 -m "3.3.1"
380+
git tag -a v3.3.2 -m "3.3.2"
381381
git push --tags
382382
```
383383

0 commit comments

Comments
 (0)