Skip to content

Commit c3acf55

Browse files
committed
Release CIDER 1.14 ("Verona")
1 parent 605d409 commit c3acf55

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## master (unreleased)
44

5+
## 1.14.0 (2024-05-30)
6+
57
### New features
68

79
- [#3681](https://github.com/clojure-emacs/cider/pull/3681): Add an alternative way to display cheatsheet in a buffer and make it the default.

cider.el

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
;; Steve Purcell <[email protected]>
1212
;; Maintainer: Bozhidar Batsov <[email protected]>
1313
;; URL: https://www.github.com/clojure-emacs/cider
14-
;; Version: 1.14.0-snapshot
14+
;; Version: 1.14.0
1515
;; 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"))
1616
;; Keywords: languages, clojure, cider
1717

@@ -93,10 +93,10 @@
9393
(require 'sesman)
9494
(require 'package)
9595

96-
(defconst cider-version "1.14.0-snapshot"
96+
(defconst cider-version "1.14.0"
9797
"The current version of CIDER.")
9898

99-
(defconst cider-codename "Cogne"
99+
(defconst cider-codename "Verona"
100100
"Codename used to denote stable releases.")
101101

102102
(defcustom cider-lein-command

doc/antora.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ name: cider
22
title: CIDER
33
# We always provide version without patch here (e.g. 1.1),
44
# as patch versions should not appear in the docs.
5-
version: ~
5+
version: 1.14
66
nav:
77
- modules/ROOT/nav.adoc

0 commit comments

Comments
 (0)