Skip to content

Commit e012c3d

Browse files
committed
defconst cider-version "1.10.0-snapshot"
1 parent 65ab78c commit e012c3d

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
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.9.0 (2023-10-24)
6+
57
### New features
68

79
- [#3529](https://github.com/clojure-emacs/cider/issues/3529): CIDER inspector: introduce `cider-inspector-previous-sibling`, `cider-inspector-next-sibling` commands ([doc](https://docs.cider.mx/cider/debugging/inspector.html#usage)).

cider.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
(require 'sesman)
9494
(require 'package)
9595

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

9999
(defconst cider-codename "Barcelona"

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: 1.9
5+
version: ~
66
nav:
77
- modules/ROOT/nav.adoc

0 commit comments

Comments
 (0)