branch: elpa/cider
commit c29de81b50161b2cde35e784ed8e94dbd7d10019
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>
Release CIDER 1.15 ("Cogne")
---
CHANGELOG.md | 2 ++
cider.el | 4 ++--
doc/antora.yml | 2 +-
3 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fcaf9bcd3f..809dc9d097 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@
## master (unreleased)
+## 1.15.0 (2024-06-10)
+
### New features
- [#3692](https://github.com/clojure-emacs/cider/pull/3692): Add ability to
switch view modes in the ispector (bound to `v`).
diff --git a/cider.el b/cider.el
index b166e833da..d0ba96641e 100644
--- a/cider.el
+++ b/cider.el
@@ -11,7 +11,7 @@
;; Steve Purcell <[email protected]>
;; Maintainer: Bozhidar Batsov <[email protected]>
;; URL: https://www.github.com/clojure-emacs/cider
-;; Version: 1.15.0-snapshot
+;; Version: 1.15.0
;; Package-Requires: ((emacs "26") (clojure-mode "5.19") (parseedn "1.2.1")
(queue "0.2") (spinner "1.7") (seq "2.22") (sesman "0.3.2") (transient "0.4.1"))
;; Keywords: languages, clojure, cider
@@ -93,7 +93,7 @@
(require 'sesman)
(require 'package)
-(defconst cider-version "1.15.0-snapshot"
+(defconst cider-version "1.15.0"
"The current version of CIDER.")
(defconst cider-codename "Cogne"
diff --git a/doc/antora.yml b/doc/antora.yml
index fd9dacd593..5a9304229f 100644
--- a/doc/antora.yml
+++ b/doc/antora.yml
@@ -2,6 +2,6 @@ name: cider
title: CIDER
# We always provide version without patch here (e.g. 1.1),
# as patch versions should not appear in the docs.
-version: ~
+version: 1.15
nav:
- modules/ROOT/nav.adoc