Skip to content

Commit b5a6ffc

Browse files
committed
Release CIDER 1.19 ("Skiathos")
1 parent 836c621 commit b5a6ffc

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

cider.el

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
;; Homepage: https://www.github.com/clojure-emacs/cider
1515
;; Keywords: languages, clojure, cider
1616
;;
17-
;; Version: 1.19.0-snapshot
17+
;; Version: 1.19.0
1818
;; Package-Requires: (
1919
;; (emacs "27")
2020
;; (clojure-mode "5.19")
@@ -103,10 +103,10 @@
103103
(require 'sesman)
104104
(require 'package)
105105

106-
(defconst cider-version "1.19.0-snapshot"
106+
(defconst cider-version "1.19.0"
107107
"The current version of CIDER.")
108108

109-
(defconst cider-codename "Athens"
109+
(defconst cider-codename "Skiathos"
110110
"Codename used to denote stable releases.")
111111

112112
(defcustom cider-lein-command

doc/antora.yml

Lines changed: 1 addition & 1 deletion
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.19"
66
nav:
77
- modules/ROOT/nav.adoc

doc/modules/ROOT/pages/about/compatibility.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,13 @@ Below you can find the official compatibility matrix for CIDER.
8989
| 8
9090
| 1.10
9191

92+
| 1.19
93+
| 27.1
94+
| 1.0
95+
| 0.57
96+
| 8
97+
| 1.10
98+
9299
|===
93100

94101
TIP: You can also check the requirements of a particular CIDER version by inspecting

0 commit comments

Comments
 (0)