We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2335d5 commit 8fd528dCopy full SHA for 8fd528d
CHANGELOG.md
@@ -1,11 +1,10 @@
1
-## 0.5.0 - 2018-??-??
+## 0.5.0 - 2018-02-11
2
3
### Features
4
5
* Switched out the JSON library from poison to jason, this avoids inconsistent behaviour between poison 2.x and 3.x + is probably faster
6
* Compatibility with the tags and names of benchee 0.12
7
8
-
9
## 0.4.0 - 2017-10-24
10
11
mix.exs
@@ -1,7 +1,7 @@
defmodule BencheeJSON.Mixfile do
use Mix.Project
- @version "0.4.0"
+ @version "0.5.0"
def project do
[
app: :benchee_json,
0 commit comments