branch: elpa/cider commit 6d2d09318423f373bdbd546e97dc3e32b21c10e4 Author: Bozhidar Batsov <bozhi...@batsov.dev> Commit: Bozhidar Batsov <bozhi...@batsov.dev>
Release CIDER 1.18 ("Athens") --- CHANGELOG.md | 4 +++- cider.el | 20 +++++++++++++++----- doc/modules/ROOT/pages/about/compatibility.adoc | 2 +- 3 files changed, 19 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d8b2479d0..97aeda91e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## master (unreleased) +## 1.18.0 (2025-04-30) + ### New features - [#3802](https://github.com/clojure-emacs/cider/issues/3802): Inspector analytics. @@ -12,6 +14,7 @@ ### Changes +- [#3782](https://github.com/clojure-emacs/cider/issues/3782): Drop official support for Emacs 26. - [#3812](https://github.com/clojure-emacs/cider/issues/3812): **(Breaking)** Remove support for Boot. - [#3793](https://github.com/clojure-emacs/cider/issues/3793): **(Breaking)** Remove features that relied on printed exception parsing: - `cider-stacktrace-analyze-string` and `cider-stacktrace-analyze-at-point` functions. @@ -30,7 +33,6 @@ - [#3803](https://github.com/clojure-emacs/cider/pull/3803): Enable dynamic indentation for `clojure-ts-mode`. - [#3805](https://github.com/clojure-emacs/cider/pull/3805): Profiler: update to latest profiling middleware. - [#3806](https://github.com/clojure-emacs/cider/pull/3806): Add client info to `clone` op request. -- [#3782](https://github.com/clojure-emacs/cider/issues/3782): Drop official support for Emacs 26. ### Bugs fixed diff --git a/cider.el b/cider.el index ebf5010d56..a80b9f9a5b 100644 --- a/cider.el +++ b/cider.el @@ -10,10 +10,20 @@ ;; Hugo Duncan <h...@hugoduncan.org> ;; Steve Purcell <st...@sanityinc.com> ;; Maintainer: Bozhidar Batsov <bozhi...@batsov.dev> -;; URL: https://www.github.com/clojure-emacs/cider -;; Version: 1.18.0-snapshot -;; Package-Requires: ((emacs "27") (clojure-mode "5.19") (parseedn "1.2.1") (queue "0.2") (spinner "1.7") (seq "2.22") (sesman "0.3.2") (transient "0.4.1")) +;; +;; Homepage: https://www.github.com/clojure-emacs/cider ;; Keywords: languages, clojure, cider +;; +;; Version: 1.18.0 +;; Package-Requires: ( +;; (emacs "27") +;; (clojure-mode "5.19") +;; (parseedn "1.2.1") +;; (queue "0.2") +;; (spinner "1.7") +;; (seq "2.22") +;; (sesman "0.3.2") +;; (transient "0.4.1")) ;; This program is free software: you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by @@ -93,10 +103,10 @@ (require 'sesman) (require 'package) -(defconst cider-version "1.18.0-snapshot" +(defconst cider-version "1.18.0" "The current version of CIDER.") -(defconst cider-codename "Cologne" +(defconst cider-codename "Athens" "Codename used to denote stable releases.") (defcustom cider-lein-command diff --git a/doc/modules/ROOT/pages/about/compatibility.adoc b/doc/modules/ROOT/pages/about/compatibility.adoc index 60f29d66ea..ffae9187f5 100644 --- a/doc/modules/ROOT/pages/about/compatibility.adoc +++ b/doc/modules/ROOT/pages/about/compatibility.adoc @@ -85,7 +85,7 @@ Below you can find the official compatibility matrix for CIDER. | 1.18 | 27.1 | 1.0 -| 0.50 +| 0.55 | 8 | 1.10