File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 14
14
; ; Homepage: https://www.github.com/clojure-emacs/cider
15
15
; ; Keywords: languages, clojure, cider
16
16
; ;
17
- ; ; Version: 1.19.0-snapshot
17
+ ; ; Version: 1.19.0
18
18
; ; Package-Requires: (
19
19
; ; (emacs "27")
20
20
; ; (clojure-mode "5.19")
103
103
(require 'sesman )
104
104
(require 'package )
105
105
106
- (defconst cider-version " 1.19.0-snapshot "
106
+ (defconst cider-version " 1.19.0"
107
107
" The current version of CIDER." )
108
108
109
- (defconst cider-codename " Athens "
109
+ (defconst cider-codename " Skiathos "
110
110
" Codename used to denote stable releases." )
111
111
112
112
(defcustom cider-lein-command
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ name: cider
2
2
title : CIDER
3
3
# We always provide version without patch here (e.g. 1.1),
4
4
# as patch versions should not appear in the docs.
5
- version : ~
5
+ version : " 1.19 "
6
6
nav :
7
7
- modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change @@ -89,6 +89,13 @@ Below you can find the official compatibility matrix for CIDER.
89
89
| 8
90
90
| 1.10
91
91
92
+ | 1.19
93
+ | 27.1
94
+ | 1.0
95
+ | 0.57
96
+ | 8
97
+ | 1.10
98
+
92
99
|===
93
100
94
101
TIP: You can also check the requirements of a particular CIDER version by inspecting
You can’t perform that action at this time.
0 commit comments