Skip to content

Commit 76eac5a

Browse files
committed
Release CIDER 1.16 ("Kherson")
1 parent 87b836f commit 76eac5a

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22

33
## master (unreleased)
44

5-
### New features
5+
## 1.16.0 (2024-09-24)
66

77
### Changes
88

9-
- Bump the injected nREPL version to 1.3.
9+
- Bump the injected nREPL version to [1.3](https://github.com/nrepl/nrepl/releases/tag/v1.3.0).
10+
- [#3733](https://github.com/clojure-emacs/cider/issues/3733): Remove support for sideloading. (this experimental feature was removed from nREPL 1.3)
1011
- Bump the injected `cider-nrepl` to [0.50.2](https://github.com/clojure-emacs/cider-nrepl/blob/master/CHANGELOG.md#0502-2024-09-03).
11-
* Introduce new backend for CIDER tracing functionality.
12+
* Introduce new backend for CIDER tracing functionality (replacing `tools.trace`).
1213
* Remove special handling of Boot classpath.
13-
- [#3733](https://github.com/clojure-emacs/cider/issues/3733): Remove support for sideloading. (this experimental feature was removed from nREPL 1.3)
1414

1515
### Bugs fixed
1616

17-
- [#3722](https://github.com/clojure-emacs/cider/pull/3722): Call `cider-docstring--format` after checking argument is not nil.
18-
- [#3739](https://github.com/clojure-emacs/cider/pull/3739): Leiningen jack in fails when `cider-enable-nrepl-jvmti-agent` is enabled.
17+
- [#3722](https://github.com/clojure-emacs/cider/pull/3722): Call `cider-docstring--format` after checking argument is not `nil`.
18+
- [#3739](https://github.com/clojure-emacs/cider/pull/3739): Leiningen jack-in fails when `cider-enable-nrepl-jvmti-agent` is enabled.
1919

2020
## 1.15.1 (2024-07-01)
2121

cider.el

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
;; Steve Purcell <[email protected]>
1212
;; Maintainer: Bozhidar Batsov <[email protected]>
1313
;; URL: https://www.github.com/clojure-emacs/cider
14-
;; Version: 1.15.1
14+
;; Version: 1.16.0
1515
;; Package-Requires: ((emacs "26") (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"))
1616
;; Keywords: languages, clojure, cider
1717

@@ -93,10 +93,10 @@
9393
(require 'sesman)
9494
(require 'package)
9595

96-
(defconst cider-version "1.15.1"
96+
(defconst cider-version "1.16.0"
9797
"The current version of CIDER.")
9898

99-
(defconst cider-codename "Cogne"
99+
(defconst cider-codename "Kherson"
100100
"Codename used to denote stable releases.")
101101

102102
(defcustom cider-lein-command

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

0 commit comments

Comments
 (0)