Skip to content

Commit 95ae635

Browse files
authored
aead v0.3.0 (#174)
1 parent b7a2165 commit 95ae635

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aead/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.3.0 (2019-06-04)
9+
### Added
10+
- Type aliases for `Key`, `Nonce`, and `Tag` ([#125])
11+
- Optional `std` feature ([#63])
12+
13+
### Changed
14+
- `NewAead` now borrows the key ([#124])
15+
- Split `Aead`/`AeadMut` into `AeadInPlace`/`AeadMutInPlace` ([#120])
16+
- Bump `generic-array` dependency to v0.14 ([#95])
17+
18+
[#125]: https://github.com/RustCrypto/traits/pull/125
19+
[#124]: https://github.com/RustCrypto/traits/pull/124
20+
[#120]: https://github.com/RustCrypto/traits/pull/120
21+
[#95]: https://github.com/RustCrypto/traits/pull/95
22+
[#63]: https://github.com/RustCrypto/traits/pull/63
23+
824
## 0.2.0 (2019-11-17)
925

1026
## 0.1.2 (2019-11-17) [YANKED]

aead/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aead"
3-
version = "0.3.0-pre"
3+
version = "0.3.0"
44
authors = ["RustCrypto Developers"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)