Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
Solves #6 #7 by deduping namespaces.
  • Loading branch information
seancorfield committed Dec 20, 2015
1 parent 59b19cd commit 35fb87b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 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.0"] ;; latest release
[seancorfield/boot-expectations "1.0.1"] ;; latest release
```
[](/dependency)

Expand Down Expand Up @@ -47,6 +47,11 @@ with sound!
boot watch speak expectations
```

## Changes

1.0.1 - 12/20/2015 - Add `distinct` to dedupe list of namespaces (#7)
1.0.0 - 12/19/2015 - Initial public release

## License

Copyright © 2015 Sean Corfield
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.0")
(def version "1.0.1")

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

0 comments on commit 35fb87b

Please sign in to comment.