We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80b25de commit 4d355cdCopy full SHA for 4d355cd
CHANGELOG.md
@@ -1,9 +1,10 @@
1
-# unreleased
+# 0.8.0 (2018-02-11)
2
3
## Features
4
5
* raw run times are now also exported, so you can import them in your favorite tool. Thanks `@elpikel`
6
* use new csv library version (2.0+)
7
+* Support for benchee 0.12's new tags
8
9
# 0.7.0 (2017-10-24)
10
mix.exs
@@ -1,7 +1,7 @@
defmodule BencheeCSV.Mixfile do
use Mix.Project
- @version "0.7.0"
+ @version "0.8.0"
def project do
[app: :benchee_csv,
0 commit comments