Skip to content

Commit 9f7e55b

Browse files
committed
1.13.0
1 parent 66d091a commit 9f7e55b

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## master (unreleased)
44

5+
## 1.13.0 (2024-01-14)
6+
57
### Changes
68

79
- [#3588](https://github.com/clojure-emacs/cider/issues/3588): Compatibility with pwsh 7.3 quoting rules.

cider.el

Lines changed: 2 additions & 2 deletions
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.13.0-snapshot
14+
;; Version: 1.13.0
1515
;; 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"))
1616
;; Keywords: languages, clojure, cider
1717

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

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

9999
(defconst cider-codename "Split"

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.13
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
@@ -168,6 +168,13 @@ Below you can find the official compatibility matrix for CIDER.
168168
| 8
169169
| 1.9
170170

171+
| 1.13
172+
| 26.1
173+
| 1.0
174+
| 0.44
175+
| 8
176+
| 1.9
177+
171178
|===
172179

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

0 commit comments

Comments
 (0)