Skip to content

Commit 9c605cd

Browse files
committed
1.11.1
1 parent dc7e9e4 commit 9c605cd

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@
22

33
## master (unreleased)
44

5+
## 1.11.1 (2023-11-11)
6+
57
### Changes
68

79
- 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.
811
- 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.
913

1014
## 1.11.0 (2023-11-07)
1115

Diff for: cider.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
;; Steve Purcell <steve@sanityinc.com>
1212
;; Maintainer: Bozhidar Batsov <bozhidar@batsov.dev>
1313
;; URL: https://www.github.com/clojure-emacs/cider
14-
;; Version: 1.12.0-snapshot
14+
;; Version: 1.11.1
1515
;; 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"))
1616
;; Keywords: languages, clojure, cider
1717

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

96-
(defconst cider-version "1.12.0-snapshot"
96+
(defconst cider-version "1.11.1"
9797
"The current version of CIDER.")
9898

9999
(defconst cider-codename "Hvar"

0 commit comments

Comments
 (0)