Skip to content

Commit

Permalink
Bump version to 1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrijkeboer committed Jan 7, 2022
1 parent dfb7458 commit 8f6b42f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,13 @@ This documents all notable changes to
[rust-argon2](https://github.com/sru-systems/rust-argon2).


## 1.0.0

- Update constant_time_eq to 0.1.5.
- Update serde to 1.0.133.
- Update blake2b_simd to 1.0.


## 0.8.3

- Replace transmute with to_le_bytes.
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
@@ -1,11 +1,11 @@
[package]
name = "rust-argon2"
version = "0.8.3"
version = "1.0.0"
authors = ["Martijn Rijkeboer <mrr@sru-systems.com>"]
edition = "2018"
license = "MIT/Apache-2.0"
description = "Rust implementation of the Argon2 password hashing function."
documentation = "https://docs.sru-systems.com/rust-argon2/0.8.0/argon2/"
documentation = "https://docs.sru-systems.com/rust-argon2/1.0.0/argon2/"
homepage = "https://github.com/sru-systems/rust-argon2"
repository = "https://github.com/sru-systems/rust-argon2"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -11,7 +11,7 @@ To use `rust-argon2`, add the following to your Cargo.toml:

```toml
[dependencies]
rust-argon2 = "0.8"
rust-argon2 = "1.0"
```

And the following to your crate root:
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -17,7 +17,7 @@
//!
//! ```toml
//! [dependencies]
//! rust-argon2 = "0.8"
//! rust-argon2 = "1.0"
//! ```
//!
//! And the following to your crate root:
Expand Down

0 comments on commit 8f6b42f

Please sign in to comment.