From f241a5d34d8daad616168ae6ed8f2aadaeb1f823 Mon Sep 17 00:00:00 2001 From: Hugo Duncan Date: Thu, 25 Apr 2013 14:19:16 -0400 Subject: [PATCH] Updated project.clj, release notes and readme for 0.4.1 --- README.md | 4 ++-- ReleaseNotes.md | 4 ++++ project.clj | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 86690c5..a5d1b51 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ This includes: Add the following to your `:dependencies`: ```clj -[criterium "0.4.0"] +[criterium "0.4.1"] ``` ### Maven @@ -30,7 +30,7 @@ Add the following to your `:dependencies`: criterium criterium - 0.4.0 + 0.4.1 ``` diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 5cd31df..71afac9 100644 --- a/ReleaseNotes.md +++ b/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 diff --git a/project.clj b/project.clj index a913ff3..916ab55 100644 --- a/project.clj +++ b/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"