File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## master (unreleased)
4
4
5
- ### New features
5
+ ## 1.16.0 (2024-09-24)
6
6
7
7
### Changes
8
8
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)
10
11
- 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 ` ) .
12
13
* 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)
14
14
15
15
### Bugs fixed
16
16
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.
19
19
20
20
## 1.15.1 (2024-07-01)
21
21
Original file line number Diff line number Diff line change 11
11
; ; Steve Purcell <[email protected] >
12
12
; ; Maintainer: Bozhidar Batsov <[email protected] >
13
13
; ; URL: https://www.github.com/clojure-emacs/cider
14
- ; ; Version: 1.15.1
14
+ ; ; Version: 1.16.0
15
15
; ; 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"))
16
16
; ; Keywords: languages, clojure, cider
17
17
93
93
(require 'sesman )
94
94
(require 'package )
95
95
96
- (defconst cider-version " 1.15.1 "
96
+ (defconst cider-version " 1.16.0 "
97
97
" The current version of CIDER." )
98
98
99
- (defconst cider-codename " Cogne "
99
+ (defconst cider-codename " Kherson "
100
100
" Codename used to denote stable releases." )
101
101
102
102
(defcustom cider-lein-command
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ name: cider
2
2
title : CIDER
3
3
# We always provide version without patch here (e.g. 1.1),
4
4
# as patch versions should not appear in the docs.
5
- version : ~
5
+ version : 1.16
6
6
nav :
7
7
- modules/ROOT/nav.adoc
You can’t perform that action at this time.
0 commit comments