Skip to content

Commit 9bd1deb

Browse files
committed
Bump the injected cider-nrepl to 0.30
Now users can complete local bindings for ClojureScript files.
1 parent 7f24562 commit 9bd1deb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@
77
- [#3314](https://github.com/clojure-emacs/cider/issues/3314): Detect `nrepl+unix` sockets (say via `lein nrepl :headless :socket nrepl.sock`).
88
- [#3262](https://github.com/clojure-emacs/cider/issues/3262): Add navigation functionality to `npfb` keys inside the data inspector's buffer.
99
- [#3310](https://github.com/clojure-emacs/cider/issues/3310): Add ability to use custom coordinates in jack-in-dependencies.
10+
* [#766](https://github.com/clojure-emacs/cider-nrepl/issues/766): Complete local bindings for ClojureScript files.
1011

1112
### Changes
1213

1314
- Allow using `npx nbb` as `cider-nbb-command`.
1415
- [#3281](https://github.com/clojure-emacs/cider/pull/3281): Replace newline chars with actual newlines in `*cider-test-report*` buffer, for prettier error messages.
16+
- Bump the injected `cider-nrepl` to 0.30.
1517

1618
## 1.6.0 (2022-12-21)
1719

cider.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ the artifact.")
453453
(defconst cider-latest-clojure-version "1.10.1"
454454
"Latest supported version of Clojure.")
455455

456-
(defconst cider-required-middleware-version "0.29.0"
456+
(defconst cider-required-middleware-version "0.30.0"
457457
"The CIDER nREPL version that's known to work properly with CIDER.")
458458

459459
(defcustom cider-injected-middleware-version cider-required-middleware-version

0 commit comments

Comments
 (0)