This commit is contained in:
Vincent Prouillet 2016-02-29 10:32:13 +00:00
parent c49ccb02a1
commit 498fc7eb05
2 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "jsonwebtoken"
version = "1.0.0"
version = "1.1.0"
authors = ["Vincent Prouillet <vincent@wearewizards.io>"]
license = "MIT"
readme = "README.md"

View File

@ -69,3 +69,8 @@ On my thinkpad 440s for a 2 claims struct using SHA256:
test bench_decode ... bench: 7,259 ns/iter (+/- 1,506)
test bench_encode ... bench: 4,261 ns/iter (+/- 722)
```
## Changelog
1.1.0: Impl Error for jsonwebtoken errors
1.0: Initial release