[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/cider 6e52946249 3/4: 1.11.0
|
From: |
ELPA Syncer |
|
Subject: |
[nongnu] elpa/cider 6e52946249 3/4: 1.11.0 |
|
Date: |
Tue, 7 Nov 2023 15:59:22 -0500 (EST) |
branch: elpa/cider
commit 6e5294624959736c486f7a466bd5e78ce6183ab9
Author: vemv <vemv@users.noreply.github.com>
Commit: vemv <vemv@users.noreply.github.com>
1.11.0
---
CHANGELOG.md | 2 ++
cider.el | 6 +++---
doc/antora.yml | 2 +-
3 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 71fd66ca95..72f2d9a2a1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@
## master (unreleased)
+## 1.11.0 (2023-11-07)
+
### New features
- [#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>.
diff --git a/cider.el b/cider.el
index 69ef9519ab..9f123a587e 100644
--- a/cider.el
+++ b/cider.el
@@ -10,8 +10,8 @@
;; Hugo Duncan <hugo@hugoduncan.org>
;; Steve Purcell <steve@sanityinc.com>
;; Maintainer: Bozhidar Batsov <bozhidar@batsov.dev>
-;; URL: http://www.github.com/clojure-emacs/cider
-;; Version: 1.11.0-snapshot
+;; URL: https://www.github.com/clojure-emacs/cider
+;; Version: 1.11.0
;; 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"))
;; Keywords: languages, clojure, cider
@@ -93,7 +93,7 @@
(require 'sesman)
(require 'package)
-(defconst cider-version "1.11.0-snapshot"
+(defconst cider-version "1.11.0"
"The current version of CIDER.")
(defconst cider-codename "Hvar"
diff --git a/doc/antora.yml b/doc/antora.yml
index fd9dacd593..d485ebf30d 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.11
nav:
- modules/ROOT/nav.adoc