Skip to content

Commit 0a2a6cb

Browse files
committed
3.11.0
1 parent b390a17 commit 0a2a6cb

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
## Unreleased
44

5-
* [#554](https://github.com/clojure-emacs/clj-refactor.el/pull/554): Enable `cljr-slash-uses-suggest-libspec` by default
5+
## 3.11.0
6+
7+
* [#554](https://github.com/clojure-emacs/clj-refactor.el/pull/554): Enable `cljr-slash-uses-suggest-libspec` by default.
68

79
## 3.10.0
810

clj-refactor.el

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
;; Lars Andersen <[email protected]>
88
;; Benedek Fazekas <[email protected]>
99
;; Bozhidar Batsov <[email protected]>
10-
;; Version: 3.10.0
10+
;; Version: 3.11.0
1111
;; Keywords: convenience, clojure, cider
1212

13-
;; Package-Requires: ((emacs "26.1") (seq "2.19") (yasnippet "0.6.1") (paredit "24") (multiple-cursors "1.2.2") (clojure-mode "5.17.0") (cider "1.7.0") (parseedn "1.1.0") (inflections "2.6") (hydra "0.13.2"))
13+
;; 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"))
1414

1515
;; This program is free software; you can redistribute it and/or
1616
;; modify it under the terms of the GNU General Public License
@@ -3465,7 +3465,7 @@ See: https://github.com/clojure-emacs/clj-refactor.el/wiki/cljr-inline-symbol"
34653465
(cljr--post-command-message "No occurrences of '%s' found. Deleted the definition." symbol)))))
34663466
(cljr--indent-defun)))
34673467

3468-
(defconst cljr-version "3.10.0"
3468+
(defconst cljr-version "3.11.0"
34693469
"The current version of clj-refactor.")
34703470

34713471
(defun cljr--pkg-version ()

0 commit comments

Comments
 (0)