From ef5d2fdf3a4b8d0995725df1c7666de34450d1aa Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Thu, 28 Sep 2023 15:57:06 +0200 Subject: [PATCH] v1.3.185 --- CHANGELOG.md | 3 ++- babashka.nrepl | 2 +- resources/BABASHKA_VERSION | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65d483c1..723829cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ A preview of the next release can be installed from [Babashka](https://github.com/babashka/babashka): Native, fast starting Clojure interpreter for scripting -## Unreleased +## 1.3.185 (2023-09-28) - Bump babashka.http-client to v0.4.15 - Bump rewrite-clj to v0.1.1.47 @@ -18,6 +18,7 @@ A preview of the next release can be installed from - Use PGO to speed up loops (now 2-3x faster for `(time (loop [val 0 cnt 10000000] (if (pos? cnt) (recur (inc val) (dec cnt)) val)))`!) - Bump babashka.cli to 0.7.53 - Fix [#babashka.nrepl/66](https://github.com/babashka/babashka.nrepl/issues/66) +- Various nREPL server improvements (classpath op, file lookup information for `cider-find-var`) ## 1.3.184 (2023-08-22) diff --git a/babashka.nrepl b/babashka.nrepl index c6c35534..ce540ad2 160000 --- a/babashka.nrepl +++ b/babashka.nrepl @@ -1 +1 @@ -Subproject commit c6c3553404f424ff5c591cffe24254f01cc2f92a +Subproject commit ce540ad2c50f3cc3e6ed1131132074ccca41655a diff --git a/resources/BABASHKA_VERSION b/resources/BABASHKA_VERSION index 4fa9b05d..1c95491a 100644 --- a/resources/BABASHKA_VERSION +++ b/resources/BABASHKA_VERSION @@ -1 +1 @@ -1.3.185-SNAPSHOT \ No newline at end of file +1.3.185 \ No newline at end of file