Releases: seancorfield/deps-new
Releases · seancorfield/deps-new
0.10.3
0.10.2
- Update
test.checkto 1.1.2. - Update
tools.buildto 0.10.11. - Update default version of Clojure to 1.12.3.
0.10.1
- Address #66 by reimplementing
:test-runnerand:buildoptions purely in terms of:data-fnand:template-fnoptions intemplate.ednfiles. - Address #65 by allowing
:data-fn,:template-fn, and:post-process-fnto accept either a single symbol or a sequence of symbols, to support multiple transformations in order. - Address #59 by clarifying how options end up in the
datahash map. - Update
tools.buildto 0.10.10.
0.10.0
- Add
:buildoption to select between:buildor:bb(Babashka) for the main driver of tasks in generated projects.
0.9.0
- Add
:test-runneroption to select between:clojure-testor:lazytestfor the test runner in generated projects. - Update default Clojure version in generated projects to 1.12.1.
- Update
tools.buildto 0.10.9.
0.9.0-rc
remove mcp server port from git Signed-off-by: Sean Corfield <[email protected]>
0.8.1
0.8.0
- Add example of
:post-process-fnto documentation. - Update default Clojure version in generated projects to 1.12.0.
- Update dev/test/build deps (Clojure to 1.12.0,
tools.buildto 0.10.5).
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 <[email protected]>