Skip to content

Commit 1e2987e

Browse files
committed
3.6.0
1 parent 9089875 commit 1e2987e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
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.6.0
6+
57
* [#387](https://github.com/clojure-emacs/refactor-nrepl/issues/387): extend clj-kondo `:unused-namespace` integration. Now namespace local configuration is also taken into account.
68
`:libspec-whitelist` can be augmented for particular namespace by:
79
* Adding `:unused-namespace` linter configuration under `:config-in-ns` key in clj-kondo's config file. Like so: `:config-in-ns {example.target.ns {:linters {:unused-namespace {:exclude [ns.to.exclude]}}}}`

README.md

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

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

367367
```bash
368-
git tag -a v3.5.5 -m "3.5.5"
368+
git tag -a v3.6.0 -m "3.6.0"
369369
git push --tags
370370
```
371371

0 commit comments

Comments
 (0)