Skip to content

Commit d1c5ee1

Browse files
Release v1.2.0
1 parent 81a0f7a commit d1c5ee1

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "oauth10a"
33
description = "A rust implementation of the oauth 1.0a protocol fully-async with logging, metrics and tracing facilities"
4-
version = "1.1.0"
4+
version = "1.2.0"
55
edition = "2021"
66
authors = ["Florentin Dubois <[email protected]>"]
77
license-file = "LICENSE"

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@
66
77
## Status
88

9-
This crate is under development, you can use it, but it may have bugs or unimplemented features.
9+
This crate is ready for production, if you may have bugs, so please an issue to
10+
fix the trouble.
1011

1112
## Installation
1213

1314
To install this dependency, just add the following line to your `Cargo.toml` manifest.
1415

1516
```toml
16-
oauth10a = { version = "^1.1.0", features = ["metrics"] }
17+
oauth10a = { version = "^1.2.0", features = ["metrics"] }
1718
```
1819

1920
## Usage

0 commit comments

Comments
 (0)