diff options
author | Vincent Ambo <mail@tazj.in> | 2019-02-13T13·08+0100 |
---|---|---|
committer | Vincent Ambo <github@tazj.in> | 2019-02-13T13·18+0100 |
commit | 17060cece3b41052eefd0711931c70f42b29eb8d (patch) | |
tree | a3e08f6e905e3f82940643bffd74bfa20173c03e /Cargo.toml | |
parent | cc1ee9c81d4f1c8620661cbe5945913e415e218f (diff) |
chore(Cargo): Bump version to 1.0.0
This library has been running in a production codebase for a while and can be considered stable. There is a minor breaking change between this version and the previous 0.1.0 in that the `ValidationError` enum has gained additional variants.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index 366a6022c277..40db6b7bd1cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "alcoholic_jwt" description = "Library for validation of RS256 JWTs" -version = "0.1.2" +version = "1.0.0" authors = ["Vincent Ambo <vincent@aprila.no>"] keywords = ["jwt", "token", "jwks"] categories = ["authentication"] |