Skip to content

Commit 282a43c

Browse files
committed
3.12.0
1 parent fbad297 commit 282a43c

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
## Unreleased
44

5-
- `clean-ns` will reformat `ns` form even when no structural changes were made. This is useful when there are only whitespace changes which were previously discarded.
5+
## 3.12.0
6+
7+
- `clean-ns` will now also reformat the `ns` form for whitespace-only changes, if needed.
8+
- Previously, this wasn't possible since refactor-nrepl generally only works at the structural level.
9+
- Use refactor-nrepl [3.10.0](https://github.com/clojure-emacs/refactor-nrepl/blob/v3.10.0/CHANGELOG.md#3100).
610

711
## 3.11.3
812

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Either in your project's `project.clj` or in the `:user`
5858
profile found at `~/.lein/profiles.clj`:
5959

6060
```clojure
61-
:plugins [[refactor-nrepl "3.9.1"]
61+
:plugins [[refactor-nrepl "3.10.0"]
6262
[cider/cider-nrepl "0.45.0"]]
6363
```
6464

clj-refactor.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
;; Lars Andersen <[email protected]>
88
;; Benedek Fazekas <[email protected]>
99
;; Bozhidar Batsov <[email protected]>
10-
;; Version: 3.11.3
10+
;; Version: 3.12.0
1111
;; Keywords: convenience, clojure, cider
1212

1313
;; Package-Requires: ((emacs "26.1") (seq "2.19") (yasnippet "0.6.1") (paredit "24") (multiple-cursors "1.2.2") (clojure-mode "5.18.0") (cider "1.11.1") (parseedn "1.2.0") (inflections "2.6") (hydra "0.13.2"))
@@ -3505,7 +3505,7 @@ See: https://github.com/clojure-emacs/clj-refactor.el/wiki/cljr-inline-symbol"
35053505
;; We used to derive the version out of `(cljr--version)`,
35063506
;; but now prefer a fixed version to fully decouple things and prevent unforeseen behavior.
35073507
;; This suits better our current pace of development.
3508-
(defcustom cljr-injected-middleware-version "3.9.1"
3508+
(defcustom cljr-injected-middleware-version "3.10.0"
35093509
"The refactor-nrepl version to be injected.
35103510

35113511
You can customize this in order to try out new releases.

0 commit comments

Comments
 (0)