Releases: seancorfield/deps-new
Releases · seancorfield/deps-new
0.8.0
0.7.1
- Update default Clojure version in generated projects to 1.11.3; update various other dependencies too.
0.7.1 RC
update test dep Signed-off-by: Sean Corfield <sean@corfield.org>
0.7.0
0.6.0
- Address #54 by adding
:src-dirs
option tocreate
so templates can be found in directories other than on the classpath. - Address #52 by adding some notes about generated projects to the README.
- Add
:post-process-fn
support totemplate.edn
so that generated projects can be programmatically modified after generation. - Add note to README about possible
new
tool install error due to priorclj-new
install (and how to fix it).
0.6.0-rc
prep for 0.6.0 Signed-off-by: Sean Corfield <sean@corfield.org>
0.5.3
0.5.2
0.5.1
0.5.0
- Fix #43 by updating
tools.build
to v0.9.2. - Address #42 by removing
build-clj
wrapper (fromapp
andlib
so far) and using plaintools.build
. - Fix #39 by using
.tmpl
file extension for.clj
and.edn
resource files in templates. - Fix #37 by using
tools.deps
's git provider for inferring coordinates from lib names.