Skip to content

Commit 96d6464

Browse files
committed
# 0.44.193-alpha (2025-08-18 / a7b3cf6)
## Added - Two more JVM flags are enabled by default - `-J-Dclojure.main.report=stderr`: make Clojure print stacktraces immediately, instead of writing them to a file - `-J-Djdk.attach.allowAttachSelf`: enable interrupting an nREPL evaluation
1 parent a7b3cf6 commit 96d6464

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.VERSION_PREFIX

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.43
1+
0.44

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 0.44.193-alpha (2025-08-18 / a7b3cf6)
22

33
## Added
44

resources/launchpad/deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
;; things to use. We keep it in deps.edn format so we can automatically upgrade
33
;; versions.
44
{:deps
5-
{com.lambdaisland/launchpad {:mvn/version "0.43.186-alpha"}
5+
{com.lambdaisland/launchpad {:mvn/version "0.44.193-alpha"}
66
com.lambdaisland/classpath {:mvn/version "0.6.58"}
77
com.github.jnr/jnr-posix {:mvn/version "3.1.20"}
88
thheller/shadow-cljs {:mvn/version "2.28.20"}

0 commit comments

Comments
 (0)