Skip to content

Commit

Permalink
stream-cipher v0.4.0 (RustCrypto#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Jun 4, 2020
1 parent 9ed27b2 commit 12fbc10
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions stream-cipher/CHANGELOG.md
Expand Up @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.4.0 (2020-06-04)
### Added
- `FromBlockCipher` trait ([#164])

### Changed
- Update to 2018 edition ([#110])
- Bump `generic-array` dependency to v0.14 ([#95])

[#164]: https://github.com/RustCrypto/traits/issues/164
[#110]: https://github.com/RustCrypto/traits/issues/110
[#95]: https://github.com/RustCrypto/traits/pull/95

## 0.3.2 (2019-08-18)

## 0.3.1 (2019-08-17)
Expand Down
2 changes: 1 addition & 1 deletion stream-cipher/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "stream-cipher"
description = "Stream cipher traits"
version = "0.4.0-pre"
version = "0.4.0"
authors = ["RustCrypto Developers"]
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand Down

0 comments on commit 12fbc10

Please sign in to comment.