Skip to content

Commit

Permalink
3.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vemv committed Aug 21, 2022
1 parent 8825e26 commit 74dada9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 3.5.5

* [#385](https://github.com/clojure-emacs/refactor-nrepl/pull/385): only `suggest-aliases` that are valid symbols.
* Fixes an edge case for cljr-refactor.el's `cljr-slash`.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,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 "3.5.4"]
:plugins [[refactor-nrepl "3.5.5"]
[cider/cider-nrepl "0.28.3"]]
```

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

```bash
git tag -a v3.5.4 -m "3.5.4"
git tag -a v3.5.5 -m "3.5.5"
git push --tags
```

Expand Down

0 comments on commit 74dada9

Please sign in to comment.