branch: elpa/cider
commit b5a6ffc97e3c76957721f71280ea5f49fd29d7a3
Author: Bozhidar Batsov <bozhi...@batsov.dev>
Commit: Bozhidar Batsov <bozhi...@batsov.dev>

    Release CIDER 1.19 ("Skiathos")
---
 cider.el                                        | 6 +++---
 doc/antora.yml                                  | 2 +-
 doc/modules/ROOT/pages/about/compatibility.adoc | 7 +++++++
 3 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/cider.el b/cider.el
index 230a068d70..97d3f5ccd6 100644
--- a/cider.el
+++ b/cider.el
@@ -14,7 +14,7 @@
 ;; Homepage: https://www.github.com/clojure-emacs/cider
 ;; Keywords: languages, clojure, cider
 ;;
-;; Version: 1.19.0-snapshot
+;; Version: 1.19.0
 ;; Package-Requires: (
 ;;     (emacs "27")
 ;;     (clojure-mode "5.19")
@@ -103,10 +103,10 @@
 (require 'sesman)
 (require 'package)
 
-(defconst cider-version "1.19.0-snapshot"
+(defconst cider-version "1.19.0"
   "The current version of CIDER.")
 
-(defconst cider-codename "Athens"
+(defconst cider-codename "Skiathos"
   "Codename used to denote stable releases.")
 
 (defcustom cider-lein-command
diff --git a/doc/antora.yml b/doc/antora.yml
index fd9dacd593..9b9cdc34e2 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.19"
 nav:
 - modules/ROOT/nav.adoc
diff --git a/doc/modules/ROOT/pages/about/compatibility.adoc 
b/doc/modules/ROOT/pages/about/compatibility.adoc
index ffae9187f5..b5c0ceb96a 100644
--- a/doc/modules/ROOT/pages/about/compatibility.adoc
+++ b/doc/modules/ROOT/pages/about/compatibility.adoc
@@ -89,6 +89,13 @@ Below you can find the official compatibility matrix for 
CIDER.
 | 8
 | 1.10
 
+| 1.19
+| 27.1
+| 1.0
+| 0.57
+| 8
+| 1.10
+
 |===
 
 TIP: You can also check the requirements of a particular CIDER version by 
inspecting

Reply via email to