Releases: seancorfield/clj-new
Releases · seancorfield/clj-new
1.3.415
- Address seancorfield/clj-new#90 by switching from
pom.xml
files to:pom-data
across all templates. - Clarify tools installation and fix some typos, clean up alias names.
- Update default Clojure version to 1.12.0, update other dev/test/build deps.
1.2.404
- Fix seancorfield/clj-new#88 by switching from
build-clj
totools.build
in all templates, and to the non-alphatools.deps
. - Update various deps.
1.2.399
- Add
babashka.cli
example to README (andns
metadata to support that). - Update README to link to Deps and Cli Reference > Quoting keys and values (for Powershell users).
- Improved docstring for
clj-new/create
#85. - Update default Clojure version to 1.11.1.
- Update
tools.deps.alpha
to latest. - Update
build-clj
to v0.8.2 (for updatedtools.build
and another log4j2 update).
1.2.381
- Update
tools.deps.alpha
to latest. - Update
build-clj
to v0.6.4 (for updatedtools.build
and another log4j2 update).
1.2.380
Update build-clj
to v0.6.3 (for updated tools.build
and another log4j2 update).
1.2.377
1.2.362
- Update
build-clj
to v0.4.0 (which addsinstall
task). - Add
install
task to alllib
/template
projects.
1.2.359
- Switch
app
,lib
,polylith
, andtemplate
templates to generatetools.build
-based project (instead ofdepstar
, which has been archived). - Fix #80 by improving the failure reporting when a template cannot be located.
- Fix #79 by warning about options we don't recognize.
- Switch project itself to use
tools.build
intead ofdepstar
. - Update
.gitignore
template files (includes change of LSP database location).
1.1.331
Update dependencies, switch polylith
template to master branch, add clj-new/polylith
for "tools" usage.
1.1.324
Fix clj-new/lib
to generate a lib
template (instead of an app
template).