Skip to content

Commit 276e8d4

Browse files
committed
# 0.36.159-alpha (2025-02-09 / eafa135)
## Added - `--[no-]namespace-maps` option (disable `*print-namespace-maps*`) ## Changed - Boolean flags are now defined as `--[no-]...`, so that you can override local/global/project defaults from the command line, e.g. `bin/launchpad --no-go`
1 parent eafa135 commit 276e8d4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.VERSION_PREFIX

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.35
1+
0.36

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 0.36.159-alpha (2025-02-09 / eafa135)
22

33
## Added
44

resources/launchpad/deps.edn

+1-1
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.35.156-alpha"}
5+
{com.lambdaisland/launchpad {:mvn/version "0.36.159-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)