Skip to content

Commit

Permalink
Update README.md for 0.3.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsantiago committed Oct 12, 2014
1 parent b3d1037 commit de37f69
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,8 @@ Suppose the project map contains the following keys:

```
:dependencies [[org.clojure/clojure "1.3.0"]
[perforate "0.3.3"]]
:plugins [[perforate "0.3.3"]]
[perforate "0.3.4"]]
:plugins [[perforate "0.3.4"]]
:profiles {:current {:source-paths ["src/"]}
:clj1.4 {:dependencies [[org.clojure/clojure "1.4.0-beta5"]]}
:clj1.3 {:dependencies [[org.clojure/clojure "1.3.0"]]}
Expand Down Expand Up @@ -277,6 +277,8 @@ Evaluation count : 6

## News

* Released version 0.3.4, which fixes a bug that caused goal cleanup to run before the rest of the cases. Thanks to [Martin Harrigan](https://github.com/harrigan) for this fix.

* Released version 0.3.3, which allows configuration of the benchmark source directory and prints more helpful output. Big thanks to [Noah Zucker](https://github.com/noahlz) for these improvements.

* Released version 0.3.2, which updates the version of Criterium used (thus fixing a problem with the previous version attempting to use an incompatible one).
Expand Down

0 comments on commit de37f69

Please sign in to comment.