File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ## 3.5.5
6+
57* [ #385 ] ( https://github.com/clojure-emacs/refactor-nrepl/pull/385 ) : only ` suggest-aliases ` that are valid symbols.
68 * Fixes an edge case for cljr-refactor.el's ` cljr-slash ` .
79
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Be aware that this isn't the case if you connect to an already running REPL proc
2626Add 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.4 " ]
29+ :plugins [[refactor-nrepl " 3.5.5 " ]
3030 [cider/cider-nrepl " 0.28.3" ]]
3131```
3232
@@ -365,7 +365,7 @@ When you want to release locally to the following:
365365And here's how to deploy to Clojars:
366366
367367```bash
368- git tag -a v3.5.4 -m " 3.5.4 "
368+ git tag -a v3.5.5 -m " 3.5.5 "
369369git push --tags
370370```
371371
You can’t perform that action at this time.
0 commit comments