[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/cider 9f7e55b08a 2/4: 1.13.0
|
From: |
ELPA Syncer |
|
Subject: |
[nongnu] elpa/cider 9f7e55b08a 2/4: 1.13.0 |
|
Date: |
Sun, 14 Jan 2024 18:59:38 -0500 (EST) |
branch: elpa/cider
commit 9f7e55b08af9256213d90ce2d6492e98db854f2a
Author: vemv <vemv@users.noreply.github.com>
Commit: vemv <vemv@users.noreply.github.com>
1.13.0
---
CHANGELOG.md | 2 ++
cider.el | 4 ++--
doc/antora.yml | 2 +-
doc/modules/ROOT/pages/about/compatibility.adoc | 7 +++++++
4 files changed, 12 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3f42e0fd4d..614d8d5107 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@
## master (unreleased)
+## 1.13.0 (2024-01-14)
+
### Changes
- [#3588](https://github.com/clojure-emacs/cider/issues/3588): Compatibility
with pwsh 7.3 quoting rules.
diff --git a/cider.el b/cider.el
index 760adb8f67..a70a168775 100644
--- a/cider.el
+++ b/cider.el
@@ -11,7 +11,7 @@
;; Steve Purcell <steve@sanityinc.com>
;; Maintainer: Bozhidar Batsov <bozhidar@batsov.dev>
;; URL: https://www.github.com/clojure-emacs/cider
-;; Version: 1.13.0-snapshot
+;; Version: 1.13.0
;; Package-Requires: ((emacs "26") (clojure-mode "5.18.1") (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.13.0-snapshot"
+(defconst cider-version "1.13.0"
"The current version of CIDER.")
(defconst cider-codename "Split"
diff --git a/doc/antora.yml b/doc/antora.yml
index fd9dacd593..d4ed04e932 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.13
nav:
- modules/ROOT/nav.adoc
diff --git a/doc/modules/ROOT/pages/about/compatibility.adoc
b/doc/modules/ROOT/pages/about/compatibility.adoc
index da9ba09c1f..5eec32e82a 100644
--- a/doc/modules/ROOT/pages/about/compatibility.adoc
+++ b/doc/modules/ROOT/pages/about/compatibility.adoc
@@ -168,6 +168,13 @@ Below you can find the official compatibility matrix for
CIDER.
| 8
| 1.9
+| 1.13
+| 26.1
+| 1.0
+| 0.44
+| 8
+| 1.9
+
|===
TIP: You can also check the requirements of a particular CIDER version by
inspecting