Skip to content

Commit 88a7deb

Browse files
authored
aes-gcm-siv v0.11.1 (#464)
1 parent 2f26128 commit 88a7deb

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aes-gcm-siv/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## 0.11.1 (2022-07-31)
8+
### Fixed
9+
- rustdoc typos and formatting ([#460], [#461], [#462])
10+
11+
[#460]: https://github.com/RustCrypto/AEADs/pull/460
12+
[#461]: https://github.com/RustCrypto/AEADs/pull/461
13+
[#462]: https://github.com/RustCrypto/AEADs/pull/462
14+
715
## 0.11.0 (2022-07-31)
816
### Added
917
- `getrandom` feature ([#446])

aes-gcm-siv/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aes-gcm-siv"
3-
version = "0.11.0"
3+
version = "0.11.1"
44
description = """
55
Pure Rust implementation of the AES-GCM-SIV Misuse-Resistant Authenticated
66
Encryption Cipher (RFC 8452) with optional architecture-specific

0 commit comments

Comments
 (0)