diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e871c6..9b21e2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,17 @@ This project adheres to [Semantic Versioning](http://semver.org/). --> +0.3.0 (2017-03-08) +------------------ + +### Breaking Changes +- `:url`, `:description`, and `:license` are no longer copied from Boot environment values of the same name +- `:url`, `:description`, and `:scm` are now inferred from `pom` task-options by default + +### Added +- It's now possible to add/modify the values put into the `project.clj`. See [README.md](README.md#usage) for details. + + 0.2.0 (2017-03-08) ------------------ diff --git a/README.md b/README.md index 2fead68..ddb5f77 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This will allow [Cursive IDE](https://cursive-ide.com/) to work with your Boot p ```clojure ;in your build.boot -(set-env! :dependencies '[[sparkfund/boot-lein-generate "0.2.0"]]) +(set-env! :dependencies '[[sparkfund/boot-lein-generate "0.3.0"]]) (require '[boot.lein :refer :all]) ;now you can run `boot write-project-clj` diff --git a/build.boot b/build.boot index 575cc29..b80b996 100644 --- a/build.boot +++ b/build.boot @@ -1,5 +1,5 @@ ; To inform IntelliJ explicitely about deftask, set-env!, task-options! -(def +version+ "0.2.0") +(def +version+ "0.3.0") (require '[boot.core :refer :all]) (task-options!