Skip to content

Commit

Permalink
Cut 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Feb 16, 2021
1 parent 00ed032 commit b24ce76
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased

## 2.5.1 (2021-02-16)

- [#442](https://github.com/clojure-emacs/clj-refactor.el/issues/442): Send nREPL-based paths instead of CIDER-based paths.
- [#465](https://github.com/clojure-emacs/clj-refactor.el/issues/465): Fix breakage in `cljr-rename-symbol`.
- Automatically namespace artifacts in `deps.edn`.

## 2.5.0 (2020-02-29)

- [#455](https://github.com/clojure-emacs/clj-refactor.el/pull/455): Added support for detecting shadow-cljs projects.
Expand Down
2 changes: 1 addition & 1 deletion 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: 2.5.0
;; Version: 2.5.1
;; Keywords: convenience, clojure, cider

;; 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"))
Expand Down

0 comments on commit b24ce76

Please sign in to comment.