Skip to content

Commit

Permalink
0.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
brycx committed Sep 25, 2020
1 parent 1b1cc79 commit c77647e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
### 0.15.4

__Date:__ September 25, 2020.

__Changelog:__

- Empty plaintexts are now allowed for `hazardous::aead` ([#127](https://github.com/brycx/orion/pull/127)).
- Update `getrandom` to `0.2`.
- Bump MSRV to `1.41` due to bump in `subtle`.

### 0.15.3

__Date:__ August 8, 2020.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "orion"
version = "0.15.3" # Update html_root_url in lib.rs along with this.
version = "0.15.4" # Update html_root_url in lib.rs along with this.
authors = ["brycx <brycx@protonmail.com>"]
description = "Usable, easy and safe pure-Rust crypto"
keywords = [ "cryptography", "crypto", "aead", "hash", "mac" ]
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -59,7 +59,7 @@
unused_qualifications,
overflowing_literals
)]
#![doc(html_root_url = "https://docs.rs/orion/0.15.3")]
#![doc(html_root_url = "https://docs.rs/orion/0.15.4")]

#[cfg(test)]
#[cfg(feature = "safe_api")]
Expand Down

0 comments on commit c77647e

Please sign in to comment.