Skip to content

Releases: cleancoders/c3kit-jig

Release list

0.1.1

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>

0.1.0

Choose a tag to compare

@github-actions github-actions released this 18 Jun 21:04
chore: set version to 0.1.0 for initial test release

Cut 0.1.0 first (instead of 1.0.0) to dogfood the release + installer end to
end and catch post-release bugs before the official 1.0.0.

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