Skip to content

Commit 82d93ca

Browse files
committed
Release new crypto-mac v0.11-based versions
Release notes: RustCrypto/traits#622
1 parent c47b579 commit 82d93ca

9 files changed

Lines changed: 34 additions & 8 deletions

File tree

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.

cmac/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.6.0 (2021-04-29)
9+
### Changed
10+
- Bump `crypto-mac` crate dependency to v0.11 ([#73])
11+
12+
[#73]: https://github.com/RustCrypto/MACs/pull/73
13+
814
## 0.5.1 (2020-10-16)
915
### Added
1016
- Zulip badge ([#64])

cmac/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cmac"
3-
version = "0.6.0-pre"
3+
version = "0.6.0"
44
description = "Generic implementation of Cipher-based Message Authentication Code"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

daa/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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.5.0 (2021-04-29)
9+
### Changed
10+
- Bump `crypto-mac` crate dependency to v0.11 ([#73])
11+
- Bump `des` crate dependency to v0.7 ([#75])
12+
13+
[#73]: https://github.com/RustCrypto/MACs/pull/73
14+
[#75]: https://github.com/RustCrypto/MACs/pull/75
15+
816
## 0.4.1 (2020-10-16)
917
### Added
1018
- Zulip badge ([#64])

daa/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "daa"
3-
version = "0.5.0-pre"
3+
version = "0.5.0"
44
description = "Implementation of Data Authentication Algorithm (DAA)"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

hmac/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.11.0 (2021-04-29)
9+
### Changed
10+
- Bump `crypto-mac` crate dependency to v0.11 ([#73])
11+
12+
[#73]: https://github.com/RustCrypto/MACs/pull/73
13+
814
## 0.10.1 (2020-10-16)
915
### Added
1016
- Zulip badge ([#64])

hmac/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hmac"
3-
version = "0.11.0-pre"
3+
version = "0.11.0"
44
description = "Generic implementation of Hash-based Message Authentication Code (HMAC)"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

pmac/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.6.0 (2021-04-29)
9+
### Changed
10+
- Bump `crypto-mac` crate dependency to v0.11 ([#73])
11+
12+
[#73]: https://github.com/RustCrypto/MACs/pull/73
13+
814
## 0.5.1 (2020-10-16)
915
### Added
1016
- Zulip badge ([#64])

pmac/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pmac"
3-
version = "0.6.0-pre"
3+
version = "0.6.0"
44
description = "Generic implementation of Parallelizable Message Authentication Code"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)