emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/cider 9bd1debdb9: Bump the injected cider-nrepl to 0.30


From: ELPA Syncer
Subject: [nongnu] elpa/cider 9bd1debdb9: Bump the injected cider-nrepl to 0.30
Date: Tue, 31 Jan 2023 14:58:29 -0500 (EST)

branch: elpa/cider
commit 9bd1debdb9b4d586cdeaee66d912ad62b208efeb
Author: Bozhidar Batsov <bozhidar@batsov.dev>
Commit: Bozhidar Batsov <bozhidar@batsov.dev>

    Bump the injected cider-nrepl to 0.30
    
    Now users can complete local bindings for ClojureScript files.
---
 CHANGELOG.md | 2 ++
 cider.el     | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index c228b53053..d5e7c5dfb4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,11 +7,13 @@
 - [#3314](https://github.com/clojure-emacs/cider/issues/3314): Detect 
`nrepl+unix` sockets (say via `lein nrepl :headless :socket nrepl.sock`).
 - [#3262](https://github.com/clojure-emacs/cider/issues/3262): Add navigation 
functionality to `npfb` keys inside the data inspector's buffer.
 - [#3310](https://github.com/clojure-emacs/cider/issues/3310): Add ability to 
use custom coordinates in jack-in-dependencies.
+* [#766](https://github.com/clojure-emacs/cider-nrepl/issues/766): Complete 
local bindings for ClojureScript files.
 
 ### Changes
 
 - Allow using `npx nbb` as `cider-nbb-command`.
 - [#3281](https://github.com/clojure-emacs/cider/pull/3281): Replace newline 
chars with actual newlines in `*cider-test-report*` buffer, for prettier error 
messages.
+- Bump the injected `cider-nrepl` to 0.30.
 
 ## 1.6.0 (2022-12-21)
 
diff --git a/cider.el b/cider.el
index a90abfa1ba..87cbcfc66e 100644
--- a/cider.el
+++ b/cider.el
@@ -453,7 +453,7 @@ the artifact.")
 (defconst cider-latest-clojure-version "1.10.1"
   "Latest supported version of Clojure.")
 
-(defconst cider-required-middleware-version "0.29.0"
+(defconst cider-required-middleware-version "0.30.0"
   "The CIDER nREPL version that's known to work properly with CIDER.")
 
 (defcustom cider-injected-middleware-version cider-required-middleware-version



reply via email to

[Prev in Thread] Current Thread [Next in Thread]