Skip to content

Commit 6e52946

Browse files
committed
1.11.0
1 parent 7594606 commit 6e52946

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
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.11.0 (2023-11-07)
6+
57
### New features
68

79
- [#3565](https://github.com/clojure-emacs/cider/issues/3565): [`*cider-error*`](https://docs.cider.mx/cider/usage/dealing_with_errors.html#inspector-integration): open a given Exception in the [Inspector](https://docs.cider.mx/cider/debugging/inspector.html) by clicking it, or hitting <kbd>p</kbd>.

cider.el

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
;; Hugo Duncan <[email protected]>
1111
;; Steve Purcell <[email protected]>
1212
;; Maintainer: Bozhidar Batsov <[email protected]>
13-
;; URL: http://www.github.com/clojure-emacs/cider
14-
;; Version: 1.11.0-snapshot
13+
;; URL: https://www.github.com/clojure-emacs/cider
14+
;; Version: 1.11.0
1515
;; Package-Requires: ((emacs "26") (clojure-mode "5.18.0") (parseedn "1.2.0") (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.11.0-snapshot"
96+
(defconst cider-version "1.11.0"
9797
"The current version of CIDER.")
9898

9999
(defconst cider-codename "Hvar"

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.11
66
nav:
77
- modules/ROOT/nav.adoc

0 commit comments

Comments
 (0)