Skip to content

Commit

Permalink
release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PragTob committed Feb 11, 2018
1 parent b2335d5 commit 8fd528d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
## 0.5.0 - 2018-??-??
## 0.5.0 - 2018-02-11

### Features

* Switched out the JSON library from poison to jason, this avoids inconsistent behaviour between poison 2.x and 3.x + is probably faster
* Compatibility with the tags and names of benchee 0.12


## 0.4.0 - 2017-10-24

### Features
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 BencheeJSON.Mixfile do
use Mix.Project

@version "0.4.0"
@version "0.5.0"
def project do
[
app: :benchee_json,
Expand Down

0 comments on commit 8fd528d

Please sign in to comment.