Skip to content

Commit

Permalink
Prep for 1.0.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
seancorfield committed Jan 31, 2016
1 parent 4deade0 commit 891326c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[](dependency)
```clojure
[seancorfield/boot-expectations "1.0.3"] ;; latest release
[seancorfield/boot-expectations "1.0.5"] ;; latest release
```
[](/dependency)

Expand Down Expand Up @@ -51,6 +51,7 @@ boot watch speak expectations

## Changes

- **1.0.5** - 01/30/2016 - Bug fix for `--requires` option.
- **1.0.3** - 12/25/2015 - Add `--requires` / `--shutdown` options.
- **1.0.2** - 12/24/2015 - Create pod before task body for efficiency.
- **1.0.1** - 12/20/2015 - Add `distinct` to dedupe list of namespaces (#7).
Expand Down
2 changes: 1 addition & 1 deletion build.boot
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(set-env!
:resource-paths #{"src"})

(def version "1.0.4")
(def version "1.0.5")

(task-options!
pom {:project 'seancorfield/boot-expectations
Expand Down

0 comments on commit 891326c

Please sign in to comment.