Skip to content
This repository has been archived by the owner on Feb 25, 2020. It is now read-only.

Commit

Permalink
[Release] 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jffry committed Mar 8, 2017
1 parent 3892d95 commit b6d58fb
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
------------------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion build.boot
Original file line number Diff line number Diff line change
@@ -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!
Expand Down

0 comments on commit b6d58fb

Please sign in to comment.