This project adheres to Semantic Versioning.
- Namespace changed from
boot.lein
tosparkfund.boot-lein
- Boot env setting
:boot.lein/project-clj
renamed to:sparkfund.boot-lein/project-clj
(to match the namespace change) - Maven coordinates changed from
sparkfund/boot-lein-generate
tosparkfund/boot-lein
(to match the namespace change)
:url
,:description
, and:license
are no longer copied from Boot environment values of the same name:url
,:description
, and:scm
are now inferred frompom
task-options by default
- It's now possible to add/modify the values put into the
project.clj
. See README.md for details.
- Boot task renamed from
generate
towrite-project-clj
- Updated Clojure to
1.9.0-alpha14
- Updated Boot to
2.7.1
- Emit
(get-env :repositories)
- Clojure 1.9.0-alpha13 compatibility