chore(release): v0.2.1

This commit is contained in:
MedzikUser 2022-06-18 11:26:39 +02:00
parent 2275b21aa1
commit 7ef23c602a
No known key found for this signature in database
GPG Key ID: A5FAC1E185C112DB
5 changed files with 12 additions and 5 deletions

View File

@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
## [0.2.1] - 2022-06-18
### Added
- Examples
### Changed
- update rust crate jsonwebtoken to 8.1.1
## [0.2.0] - 2022-06-11
### Added
- Json Web Token
@ -18,6 +24,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Sha1, Sha256, Sha512 hasher
<!-- next-url -->
[Unreleased]: https://github.com/MedzikUser/imgurs/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/MedzikUser/imgurs/compare/v0.2.1...HEAD
[0.2.1]: https://github.com/MedzikUser/imgurs/commits/v0.2.1
[0.2.0]: https://github.com/MedzikUser/imgurs/commits/v0.2.0
[0.1.0]: https://github.com/MedzikUser/imgurs/commits/v0.1.0

2
Cargo.lock generated
View File

@ -81,7 +81,7 @@ dependencies = [
[[package]]
name = "crypto-utils"
version = "0.2.0"
version = "0.2.1"
dependencies = [
"anyhow",
"chrono",

View File

@ -1,5 +1,6 @@
[package]
name = "crypto-utils"
version = "0.2.1"
description = "Cryptography Utils for Rust"
authors = ["MedzikUser <nivua1fn@duck.com>"]
license = "MIT"
@ -7,7 +8,6 @@ keywords = ["crypto", "sha"]
categories = ["cryptography"]
homepage = "https://github.com/MedzikUser/rust-crypto-utils"
repository = "https://github.com/MedzikUser/rust-crypto-utils.git"
version = "0.2.0"
edition = "2021"
[features]

View File

@ -18,7 +18,7 @@ your application, simply add it to your project's `Cargo.toml`.
```toml
[dependencies]
crypto-utils = "0.2.0"
crypto-utils = "0.2.1"
```
### How to use?

View File

@ -16,7 +16,7 @@
//!
//! ```toml
//! [dependencies]
//! crypto-utils = "0.2.0"
//! crypto-utils = "0.2.1"
//! ```
//!
//! ## How to use?