Skip to content

Commit 12fbc10

Browse files
authored
stream-cipher v0.4.0 (#170)
1 parent 9ed27b2 commit 12fbc10

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-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.

stream-cipher/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ 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.4.0 (2020-06-04)
9+
### Added
10+
- `FromBlockCipher` trait ([#164])
11+
12+
### Changed
13+
- Update to 2018 edition ([#110])
14+
- Bump `generic-array` dependency to v0.14 ([#95])
15+
16+
[#164]: https://github.com/RustCrypto/traits/issues/164
17+
[#110]: https://github.com/RustCrypto/traits/issues/110
18+
[#95]: https://github.com/RustCrypto/traits/pull/95
19+
820
## 0.3.2 (2019-08-18)
921

1022
## 0.3.1 (2019-08-17)

stream-cipher/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "stream-cipher"
33
description = "Stream cipher traits"
4-
version = "0.4.0-pre"
4+
version = "0.4.0"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"
77
readme = "README.md"

0 commit comments

Comments
 (0)