From c29de81b50161b2cde35e784ed8e94dbd7d10019 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Mon, 10 Jun 2024 19:03:14 +0300 Subject: [PATCH] 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 fcaf9bcd3..809dc9d09 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 b166e833d..d0ba96641 100644 --- a/cider.el +++ b/cider.el @@ -11,7 +11,7 @@ ;; Steve Purcell ;; Maintainer: Bozhidar Batsov ;; 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 fd9dacd59..5a9304229 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