Skip to content

Commit

Permalink
docs(crate): change description
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Jan 2, 2017
1 parent fb0758e commit cc24d29
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "json-tools"
version = "1.0.0"
version = "1.0.1"
authors = ["Sebastian Thiel <[email protected]>"]
license = "MIT/Apache-2.0"
description = "A collections of tools to handle json encoded data"
description = "A zero-copy json-lexer, filters and serializer."
repository = "https://github.com/Byron/json-tools"
keywords = ["json", "tools", "lexer"]
documentation = "https://docs.rs/crate/json-tools"
14 changes: 14 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
<a name="v1.0.0"></a>
## v1.0.0 (2017-01-02)


#### Improvements

* **travis:** more rust versions and no travis-cargo ([fd4cd367](https://github.com/Byron/json-tools/commit/fd4cd36794eba4de0a6ebbe000ddddc8ce5c96d4))

#### Bug Fixes

* **benchmark:** remove old code ([f969498a](https://github.com/Byron/json-tools/commit/f969498a5f17b4d0f260e7e1e0ea46007abe75f0))



<a name="v0.3.0"></a>
## v0.3.0 (2015-05-09)

Expand Down

0 comments on commit cc24d29

Please sign in to comment.