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

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

[nongnu] elpa/cider 0ca3aa033a 3/3: Bump the injected cider-nrepl to 0.3


From: ELPA Syncer
Subject: [nongnu] elpa/cider 0ca3aa033a 3/3: Bump the injected cider-nrepl to 0.31
Date: Fri, 23 Jun 2023 07:00:33 -0400 (EDT)

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

    Bump the injected cider-nrepl to 0.31
---
 CHANGELOG.md | 4 ++++
 cider.el     | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8137adf676..aff8ab3c30 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,10 @@
 - [#3353](https://github.com/clojure-emacs/cider/issues/3353): Fix regression 
which caused new connections to prompt for reusing dead REPLs.
 - [#3355](https://github.com/clojure-emacs/cider/pull/3355): Fix `cider-mode` 
disabling itself after a disconnect when `cider-auto-mode` is set to nil.
 
+### Changes
+
+- Bump the injected `cider-nrepl` to 0.31.
+
 ## 1.7.0 (2023-03-23)
 
 ### New features
diff --git a/cider.el b/cider.el
index 43ff57be26..dbcad2f579 100644
--- a/cider.el
+++ b/cider.el
@@ -489,7 +489,7 @@ the artifact.")
 (defconst cider-latest-clojure-version "1.10.1"
   "Latest supported version of Clojure.")
 
-(defconst cider-required-middleware-version "0.30.0"
+(defconst cider-required-middleware-version "0.31.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]