Skip to content

Commit

Permalink
prepare for a release of the bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
PragTob committed Apr 9, 2019
1 parent 51d2a22 commit 87129ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Benchee.Mixfile do
use Mix.Project

@version "1.0.0"
@version "1.0.1"

def project do
[
Expand Down

0 comments on commit 87129ba

Please sign in to comment.