Skip to content

Commit 8d84e78

Browse files
authored
Merge pull request #37 from RustCrypto/aes-gcm/v0.1.1
aes-gcm v0.1.1
2 parents 0f7eee2 + efca1c3 commit 8d84e78

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

aes-gcm/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ 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.1.0 (2019-10-06)
7+
## 0.1.1 (2019-11-14)
8+
### Changed
9+
- Upgrade to `zeroize` 1.0 ([#36])
10+
11+
[#36]: https://github.com/RustCrypto/AEADs/pull/36
812

13+
## 0.1.0 (2019-10-06)
914
- Initial release

aes-gcm/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"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = """
55
Pure Rust implementation of the AES-GCM (Galois/Counter Mode)
66
Authenticated Encryption with Associated Data (AEAD) Cipher

0 commit comments

Comments
 (0)