From 87129baa2310524a371105a4f211cac3d4dc122c Mon Sep 17 00:00:00 2001 From: Tobias Pfeiffer Date: Tue, 9 Apr 2019 10:21:14 +0200 Subject: [PATCH] prepare for a release of the bugfix --- CHANGELOG.md | 5 +++++ mix.exs | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6811c27c..2a8c197d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.0.1 (2019-04-09) + +### Bugfixes (User Facing) +* When memory measurements were actually different extended statistics was displayed although the option was not provided. Now correctly only displayed if the option is provided and values actually had variance. + ## 1.0.0 (2019-03-28) It's 0.99.0 without the deprecation warnings. Specifically: diff --git a/mix.exs b/mix.exs index 7bc51b8a..a22ebe26 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Benchee.Mixfile do use Mix.Project - @version "1.0.0" + @version "1.0.1" def project do [