From d1c5ee1204e90822da39f1c18b2262a3317b3591 Mon Sep 17 00:00:00 2001 From: Florentin Dubois Date: Mon, 25 Oct 2021 10:27:56 +0200 Subject: [PATCH] Release v1.2.0 --- Cargo.toml | 2 +- README.md | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1bf0952..a1d5f96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "oauth10a" description = "A rust implementation of the oauth 1.0a protocol fully-async with logging, metrics and tracing facilities" -version = "1.1.0" +version = "1.2.0" edition = "2021" authors = ["Florentin Dubois "] license-file = "LICENSE" diff --git a/README.md b/README.md index 657babc..d20c355 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,15 @@ ## Status -This crate is under development, you can use it, but it may have bugs or unimplemented features. +This crate is ready for production, if you may have bugs, so please an issue to +fix the trouble. ## Installation To install this dependency, just add the following line to your `Cargo.toml` manifest. ```toml -oauth10a = { version = "^1.1.0", features = ["metrics"] } +oauth10a = { version = "^1.2.0", features = ["metrics"] } ``` ## Usage