branch: elpa/cider
commit c71bc65af7709667b0cc77306f4e3d5befe86d27
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>
Release CIDER 1.21 ("Gràcia")
---
CHANGELOG.md | 2 ++
lisp/cider.el | 6 +++---
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a2179ad3133..b4e81cbd265 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@
## master (unreleased)
+## 1.21.0 (2026-02-07)
+
### Changes
- [#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.
diff --git a/lisp/cider.el b/lisp/cider.el
index f53879800da..0552aae9915 100644
--- a/lisp/cider.el
+++ b/lisp/cider.el
@@ -14,7 +14,7 @@
;; Homepage: https://www.github.com/clojure-emacs/cider
;; Keywords: languages, clojure, cider
;;
-;; Version: 1.21.0-snapshot
+;; Version: 1.21.0
;; Package-Requires: (
;; (emacs "28")
;; (clojure-mode "5.19")
@@ -103,7 +103,7 @@
(require 'sesman)
(require 'package)
-(defconst cider-version "1.21.0-snapshot"
+(defconst cider-version "1.21.0"
"The current version of CIDER.")
(defconst cider-codename "Gràcia"
@@ -278,7 +278,7 @@ command when there is no ambiguity."
(defcustom cider-allow-jack-in-without-project 'warn
"Controls what happens when doing `cider-jack-in' outside a project.
-When set to 'warn you'd prompted to confirm the command.
+When set to `warn' (default) you'd prompted to confirm the command.
When set to t `cider-jack-in' will quietly continue.
When set to nil `cider-jack-in' will fail."
:type '(choice (const :tag "always" t)