branch: elpa/clojure-mode
commit f1cd680918d6e3c28247b54fb199e186ef9cfd9d
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>

    Release 5.21.0
---
 CHANGELOG.md    | 12 +++++++-----
 clojure-mode.el |  4 ++--
 2 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index e61101a5ed..56fc6d173f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,17 +2,19 @@
 
 ## master (unreleased)
 
-### Bugs fixed
-
-* [#658](https://github.com/clojure-emacs/clojure-mode/issues/658): Fix 
`clojure-mode-version` returning `nil`.
-* [#686](https://github.com/clojure-emacs/clojure-mode/issues/686): Fix 
`clojure-find-def` failing when comments appear between the `def` form and the 
symbol name.
-* [#637](https://github.com/clojure-emacs/clojure-mode/issues/637): Fix 
`clojure-find-def` failing on symbols containing special characters (e.g. 
`defn+`).
+## 5.21.0 (2026-02-18)
 
 ### New features
 
 * [#650](https://github.com/clojure-emacs/clojure-mode/issues/650): Add 
`edn-mode`, a lightweight mode derived from `clojure-mode` with 
data-appropriate indentation for `.edn` files.
 * [#439](https://github.com/clojure-emacs/clojure-mode/issues/439): Add 
`interpreter-mode-alist` entries for `clojure`, `clj`, `planck`, `joker`, and 
`jank`, so that scripts with shebang lines are recognized automatically.
 
+### Bugs fixed
+
+* [#658](https://github.com/clojure-emacs/clojure-mode/issues/658): Fix 
`clojure-mode-version` returning `nil`.
+* [#686](https://github.com/clojure-emacs/clojure-mode/issues/686): Fix 
`clojure-find-def` failing when comments appear between the `def` form and the 
symbol name.
+* [#637](https://github.com/clojure-emacs/clojure-mode/issues/637): Fix 
`clojure-find-def` failing on symbols containing special characters (e.g. 
`defn+`).
+
 ### Changes
 
 * [#482](https://github.com/clojure-emacs/clojure-mode/issues/482): Bind 
`clojure-align` to `C-c C-a` (following Emacs keybinding conventions). The old 
`C-c SPC` binding is deprecated and will be removed in a future release.
diff --git a/clojure-mode.el b/clojure-mode.el
index f2b3e50580..a450ca555e 100644
--- a/clojure-mode.el
+++ b/clojure-mode.el
@@ -12,7 +12,7 @@
 ;; Maintainer: Bozhidar Batsov <[email protected]>
 ;; URL: https://github.com/clojure-emacs/clojure-mode
 ;; Keywords: languages clojure clojurescript lisp
-;; Version: 5.20.0
+;; Version: 5.21.0
 ;; Package-Requires: ((emacs "27.1"))
 
 ;; This file is not part of GNU Emacs.
@@ -83,7 +83,7 @@
   :link '(url-link :tag "GitHub" 
"https://github.com/clojure-emacs/clojure-mode";)
   :link '(emacs-commentary-link :tag "Commentary" "clojure-mode"))
 
-(defconst clojure-mode-version "5.20.0"
+(defconst clojure-mode-version "5.21.0"
   "The current version of `clojure-mode'.")
 
 (defface clojure-keyword-face

Reply via email to