branch: elpa/cider commit e012c3dcc13896ba93a9ad40f81e2e43827af04b Author: vemv <v...@users.noreply.github.com> Commit: vemv <v...@users.noreply.github.com>
`defconst cider-version "1.10.0-snapshot"` --- CHANGELOG.md | 2 ++ cider.el | 2 +- doc/antora.yml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04af0944c5..1eadd30fbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## master (unreleased) +## 1.9.0 (2023-10-24) + ### New features - [#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)). diff --git a/cider.el b/cider.el index 3d97db0d61..86a5f5c3f1 100644 --- a/cider.el +++ b/cider.el @@ -93,7 +93,7 @@ (require 'sesman) (require 'package) -(defconst cider-version "1.9.0" +(defconst cider-version "1.10.0-snapshot" "The current version of CIDER.") (defconst cider-codename "Barcelona" diff --git a/doc/antora.yml b/doc/antora.yml index cfbe5f1b01..fd9dacd593 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: 1.9 +version: ~ nav: - modules/ROOT/nav.adoc