Skip to content

Commit

Permalink
Prep for 1.0.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
seancorfield committed Dec 19, 2015
1 parent b335319 commit e763312
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 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 "0.1.0-SNAPSHOT"] ;; latest release
[seancorfield/boot-expectations "1.0.0"] ;; latest release
```
[](/dependency)

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 "0.1.0-SNAPSHOT")
(def version "1.0.0")

(task-options!
pom {:project 'seancorfield/boot-expectations
Expand Down
4 changes: 3 additions & 1 deletion src/seancorfield/boot_expectations.clj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
You can specify the version of Clojure to use for testing:
e.g., boot expectations -v 1.6.0
If this is not specified, the version of Clojure provided by your project
will be used."
will be used.
You can specify regular expressions for namespaces to include and exclude."
[c clojure VERSION str "the version of Clojure for testing."
e exclude REGEX regex "the filter for excluded namespaces"
i include REGEX regex "the filter for included namespaces"
Expand Down

0 comments on commit e763312

Please sign in to comment.