Skip to content

0.1.1

Latest

Choose a tag to compare

@github-actions github-actions released this 18 Jun 21:09
fix(cli): load cljfmt lazily so the uberscript runs standalone

bb uberscript inlined cljfmt.core via format.clj's static require; cljfmt's
load-time read-resource macro then threw "Cannot open <nil> as a Reader"
because the uberscript bundles no resources — crashing every installed
command at launch. Resolve cljfmt.core/reformat-string at call time instead,
keeping it out of the uberscript so add-deps loads it from its jar at runtime.

Caught by the 0.1.0 dogfood release. Bumps to 0.1.1.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>