Skip to content

Commit c71bc65

Browse files
committed
Release CIDER 1.21 ("Gràcia")
1 parent 8d7fa82 commit c71bc65

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

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

33
## master (unreleased)
44

5+
## 1.21.0 (2026-02-07)
6+
57
### Changes
68

79
- [#3854](https://github.com/clojure-emacs/cider/pull/3854): Use buttons for items in `cider-ns-browser` to allow clicking and evil's `RET` to navigate.

lisp/cider.el

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
;; Homepage: https://www.github.com/clojure-emacs/cider
1515
;; Keywords: languages, clojure, cider
1616
;;
17-
;; Version: 1.21.0-snapshot
17+
;; Version: 1.21.0
1818
;; Package-Requires: (
1919
;; (emacs "28")
2020
;; (clojure-mode "5.19")
@@ -103,7 +103,7 @@
103103
(require 'sesman)
104104
(require 'package)
105105

106-
(defconst cider-version "1.21.0-snapshot"
106+
(defconst cider-version "1.21.0"
107107
"The current version of CIDER.")
108108

109109
(defconst cider-codename "Gràcia"
@@ -278,7 +278,7 @@ command when there is no ambiguity."
278278

279279
(defcustom cider-allow-jack-in-without-project 'warn
280280
"Controls what happens when doing `cider-jack-in' outside a project.
281-
When set to 'warn you'd prompted to confirm the command.
281+
When set to `warn' (default) you'd prompted to confirm the command.
282282
When set to t `cider-jack-in' will quietly continue.
283283
When set to nil `cider-jack-in' will fail."
284284
:type '(choice (const :tag "always" t)

0 commit comments

Comments
 (0)