File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## master (unreleased)
4
4
5
+ ## 1.11.1 (2023-11-11)
6
+
5
7
### Changes
6
8
7
9
- Bump the injected ` cider-nrepl ` to [ 0.43.3] ( https://github.com/clojure-emacs/cider-nrepl/blob/v0.43.3/CHANGELOG.md#0433-2023-11-11 ) .
10
+ - Improves performance for error-handling functionality.
8
11
- Bump the injected ` enrich-classpath ` to [ 1.18.4] ( https://github.com/clojure-emacs/enrich-classpath/compare/v1.18.2...v1.18.4 ) .
12
+ - Handles a Clojure CLI edge case.
9
13
10
14
## 1.11.0 (2023-11-07)
11
15
Original file line number Diff line number Diff line change 11
11
; ; Steve Purcell <steve@sanityinc.com>
12
12
; ; Maintainer: Bozhidar Batsov <bozhidar@batsov.dev>
13
13
; ; URL: https://www.github.com/clojure-emacs/cider
14
- ; ; Version: 1.12.0-snapshot
14
+ ; ; Version: 1.11.1
15
15
; ; Package-Requires: ((emacs "26") (clojure-mode "5.18.0") (parseedn "1.2.0") (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.12.0-snapshot "
96
+ (defconst cider-version " 1.11.1 "
97
97
" The current version of CIDER." )
98
98
99
99
(defconst cider-codename " Hvar"
You can’t perform that action at this time.
0 commit comments