Skip to content

Commit

Permalink
crypto-common v0.1.6 (#1053)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Jul 16, 2022
1 parent 74db581 commit 25614e2
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

6 changes: 6 additions & 0 deletions cipher/CHANGELOG.md
Expand Up @@ -5,6 +5,12 @@ 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.4 [UNRELEASED]
### Changed
- Move `ParBlocks`/`ParBlocksSizeUser` to the `crypto-common` crate ([#1052])

[#1052]: https://github.com/RustCrypto/traits/pull/1052

## 0.4.3 (2022-02-22)
### Fixed
- Do not enable the `alloc` feature by default ([#953])
Expand Down
2 changes: 1 addition & 1 deletion cipher/Cargo.toml
Expand Up @@ -13,7 +13,7 @@ keywords = ["crypto", "block-cipher", "stream-cipher", "trait"]
categories = ["cryptography", "no-std"]

[dependencies]
crypto-common = { version = "0.1.3", path = "../crypto-common" }
crypto-common = { version = "0.1.6", path = "../crypto-common" }
inout = "0.1"

# optional dependencies
Expand Down
6 changes: 6 additions & 0 deletions crypto-common/CHANGELOG.md
Expand Up @@ -5,6 +5,12 @@ 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.1.6 (2022-07-16)
### Added
- Move `ParBlocks`/`ParBlocksSizeUser` from `cipher` crate ([#1052])

[#1052]: https://github.com/RustCrypto/traits/pull/1052

## 0.1.5 (2022-07-09)
### Fixed
- Support on-label MSRV ([#1049])
Expand Down
2 changes: 1 addition & 1 deletion crypto-common/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "crypto-common"
description = "Common cryptographic traits"
version = "0.1.5"
version = "0.1.6"
authors = ["RustCrypto Developers"]
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand Down

0 comments on commit 25614e2

Please sign in to comment.