Skip to content

Commit

Permalink
Use refactor-nrepl 3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vemv committed Mar 14, 2022
1 parent d7384a4 commit 0a58b02
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

## 3.4.3

- Use refactor-nrepl [3.4.2](https://github.com/clojure-emacs/refactor-nrepl/blob/v3.4.2/CHANGELOG.md#342).

## 3.4.2

- [#514](https://github.com/clojure-emacs/clj-refactor.el/issues/514): cljr-slash: Fix `Wrong type argument: listp`.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Either in your project's `project.clj` or in the `:user`
profile found at `~/.lein/profiles.clj`:

```clojure
:plugins [[refactor-nrepl "3.4.1"]
:plugins [[refactor-nrepl "3.4.2"]
[cider/cider-nrepl "0.28.3"]]
```

Expand Down
4 changes: 2 additions & 2 deletions clj-refactor.el
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
;; Lars Andersen <[email protected]>
;; Benedek Fazekas <[email protected]>
;; Bozhidar Batsov <[email protected]>
;; Version: 3.4.2
;; Version: 3.4.3
;; Keywords: convenience, clojure, cider

;; Package-Requires: ((emacs "26.1") (seq "2.19") (yasnippet "0.6.1") (paredit "24") (multiple-cursors "1.2.2") (clojure-mode "5.14") (cider "1.3") (parseedn "1.0.6") (inflections "2.3") (hydra "0.13.2"))
Expand Down Expand Up @@ -3294,7 +3294,7 @@ if REMOVE-PACKAGE_VERSION is t get rid of the (package: 20150828.1048) suffix."
;; We used to derive the version out of `(cljr--version t)`,
;; but now prefer a fixed version to fully decouple things and prevent unforeseen behavior.
;; This suits better our current pace of development.
(defcustom cljr-injected-middleware-version "3.4.1"
(defcustom cljr-injected-middleware-version "3.4.2"
"The refactor-nrepl version to be injected.
You can customize this in order to try out new releases.
Expand Down

0 comments on commit 0a58b02

Please sign in to comment.