Skip to content

Commit

Permalink
Updated project.clj, release notes and readme for 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoduncan committed Apr 25, 2013
1 parent ec81f8b commit f241a5d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -21,7 +21,7 @@ This includes:
Add the following to your `:dependencies`:

```clj
[criterium "0.4.0"]
[criterium "0.4.1"]
```

### Maven
Expand All @@ -30,7 +30,7 @@ Add the following to your `:dependencies`:
<dependency>
<groupId>criterium</groupId>
<artifactId>criterium</artifactId>
<version>0.4.0</version>
<version>0.4.1</version>
</dependency>
```

Expand Down
4 changes: 4 additions & 0 deletions ReleaseNotes.md
@@ -1,5 +1,9 @@
# Release Notes

# 0.4.1

- Fix NPE in report-results when there is no overhead in results.

# 0.4.0

- Make warmup and count estimation more robust
Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject criterium "0.4.1-SNAPSHOT"
(defproject criterium "0.4.1"
:description "Benchmarking library"
:url "https://github.com/hugoduncan/criterium"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit f241a5d

Please sign in to comment.