Skip to content

Commit b24ce76

Browse files
committed
Cut 2.5.1
1 parent 00ed032 commit b24ce76

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## Unreleased
44

5+
## 2.5.1 (2021-02-16)
6+
7+
- [#442](https://github.com/clojure-emacs/clj-refactor.el/issues/442): Send nREPL-based paths instead of CIDER-based paths.
8+
- [#465](https://github.com/clojure-emacs/clj-refactor.el/issues/465): Fix breakage in `cljr-rename-symbol`.
9+
- Automatically namespace artifacts in `deps.edn`.
10+
511
## 2.5.0 (2020-02-29)
612

713
- [#455](https://github.com/clojure-emacs/clj-refactor.el/pull/455): Added support for detecting shadow-cljs projects.

clj-refactor.el

Lines changed: 1 addition & 1 deletion
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: 2.5.0
10+
;; Version: 2.5.1
1111
;; Keywords: convenience, clojure, cider
1212

1313
;; Package-Requires: ((emacs "25.1") (seq "2.19") (yasnippet "0.6.1") (paredit "24") (multiple-cursors "1.2.2") (clojure-mode "5.9") (cider "0.24.0") (parseedn "0.1") (inflections "2.3") (hydra "0.13.2"))

0 commit comments

Comments
 (0)