Skip to content

Commit

Permalink
1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vemv committed Jan 14, 2024
1 parent 66d091a commit 9f7e55b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions cider.el
Expand Up @@ -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

Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion doc/antora.yml
Expand Up @@ -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
7 changes: 7 additions & 0 deletions doc/modules/ROOT/pages/about/compatibility.adoc
Expand Up @@ -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
Expand Down

0 comments on commit 9f7e55b

Please sign in to comment.