Skip to content

Commit

Permalink
chore(versionup): set v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed May 8, 2015
1 parent 57768da commit 0d125f2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "json-tools"
version = "0.1.0"
version = "0.1.1"
authors = ["Sebastian Thiel <[email protected]>"]
license = "MIT"
description = "A collections of tools to handle json encoded data"
Expand Down
10 changes: 10 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="v0.1.1"></a>
## v0.1.1 (2015-05-08)


#### Bug Fixes

* **token-reader** offset-map for target buffer ([57768da1](https://github.com/Byron/json-tools/commit/57768da16ca72505a8424e012d4525e9bf583fd6), closes [#6](https://github.com/Byron/json-tools/issues/6))



<a name="v0.1.0"></a>
## v0.1.0 (2015-05-08)

Expand Down

0 comments on commit 0d125f2

Please sign in to comment.