Skip to content

Releases: seancorfield/deps-new

0.7.1

07 May 22:03
c1e42aa
Compare
Choose a tag to compare
  • Update default Clojure version in generated projects to 1.11.3; update various other dependencies too.

0.7.1 RC

07 May 22:00
5a6168d
Compare
Choose a tag to compare
0.7.1 RC Pre-release
Pre-release
update test dep

Signed-off-by: Sean Corfield <[email protected]>

0.7.0

14 Jan 05:57
58f2c19
Compare
Choose a tag to compare
  • Address #55 by adding support for compound template names that can be resolved to git repositories and template paths within them.

0.6.0

25 Dec 20:09
64e79d1
Compare
Choose a tag to compare
  • Address #54 by adding :src-dirs option to create 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 to template.edn so that generated projects can be programmatically modified after generation.
  • Add note to README about possible new tool install error due to prior clj-new install (and how to fix it).

0.6.0-rc

25 Dec 20:07
dbfe450
Compare
Choose a tag to compare
0.6.0-rc Pre-release
Pre-release
prep for 0.6.0

Signed-off-by: Sean Corfield <[email protected]>

0.5.3

06 Oct 23:27
Compare
Choose a tag to compare
  • Address #45 by updating tools.build to 0.9.6 and getting rid of the template pom.xml file altogether, in favor of the new :pom-data option to b/write-pom.
  • Update expectations to 2.1.182.

0.5.2

08 May 00:23
Compare
Choose a tag to compare
  • Fix #49 by adding .portal/vs-code.edn to all .gitignore files.

0.5.1

31 Mar 19:14
Compare
Choose a tag to compare
  • Fix #47 by adding :only to template project specs.

0.5.0

01 Feb 01:25
Compare
Choose a tag to compare
  • Fix #43 by updating tools.build to v0.9.2.
  • Address #42 by removing build-clj wrapper (from app and lib so far) and using plain tools.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.

0.4.13

02 Aug 18:28
Compare
Choose a tag to compare
  • Merge PR #33 making deps-new compatible with Babashka -- @borkdude.
  • Address #32 by adding :scratch variable, defaulting to "scratch".