Skip to content

Commit 25614e2

Browse files
authored
crypto-common v0.1.6 (#1053)
1 parent 74db581 commit 25614e2

File tree

5 files changed

+18
-6
lines changed

5 files changed

+18
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cipher/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.4 [UNRELEASED]
9+
### Changed
10+
- Move `ParBlocks`/`ParBlocksSizeUser` to the `crypto-common` crate ([#1052])
11+
12+
[#1052]: https://github.com/RustCrypto/traits/pull/1052
13+
814
## 0.4.3 (2022-02-22)
915
### Fixed
1016
- Do not enable the `alloc` feature by default ([#953])

cipher/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ keywords = ["crypto", "block-cipher", "stream-cipher", "trait"]
1313
categories = ["cryptography", "no-std"]
1414

1515
[dependencies]
16-
crypto-common = { version = "0.1.3", path = "../crypto-common" }
16+
crypto-common = { version = "0.1.6", path = "../crypto-common" }
1717
inout = "0.1"
1818

1919
# optional dependencies

crypto-common/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.1.6 (2022-07-16)
9+
### Added
10+
- Move `ParBlocks`/`ParBlocksSizeUser` from `cipher` crate ([#1052])
11+
12+
[#1052]: https://github.com/RustCrypto/traits/pull/1052
13+
814
## 0.1.5 (2022-07-09)
915
### Fixed
1016
- Support on-label MSRV ([#1049])

crypto-common/Cargo.toml

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

0 commit comments

Comments
 (0)