Skip to content

Commit 809cce9

Browse files
committed
update changelogs
1 parent dc23af1 commit 809cce9

File tree

12 files changed

+89
-11
lines changed

12 files changed

+89
-11
lines changed

aes/CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ 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.8.0 (2022-02-10)
9+
### Changed
10+
- Bump `cipher` dependency to v0.4 ([#284])
11+
12+
### Added
13+
- Encrypt-only and decrypt-only cipher types ([#284])
14+
15+
[#284]: https://github.com/RustCrypto/block-ciphers/pull/284
16+
817
## 0.7.5 (2021-08-26)
918
### Changed
1019
- Bump `ctr` dependency to v0.8 ([#275])
@@ -58,7 +67,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5867
- Use `cfg-if` crate ([#203])
5968
- Rename `semi_fixslice` feature to `compact` ([#204])
6069
- Refactor NI backend ([#224], [#225])
61-
- Bump `cipher` crate dependency to v0.3 release ([#235])
70+
- Bump `cipher` crate dependency to v0.3 ([#235])
6271
- Bump `ctr` crate dependency to v0.7 ([#237])
6372

6473
[#200]: https://github.com/RustCrypto/block-ciphers/pull/200

blowfish/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,15 @@ 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.9.0 (2022-02-10)
9+
### Changed
10+
- Bump `cipher` dependency to v0.4 ([#284])
11+
12+
[#284]: https://github.com/RustCrypto/block-ciphers/pull/284
13+
814
## 0.8.0 (2021-04-29)
915
### Changed
10-
- Bump `cipher` dependency to v0.3 release ([#235])
16+
- Bump `cipher` dependency to v0.3 ([#235])
1117

1218
[#235]: https://github.com/RustCrypto/block-ciphers/pull/235
1319

cast5/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,15 @@ 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 (2022-02-10)
9+
### Changed
10+
- Bump `cipher` dependency to v0.4 ([#284])
11+
12+
[#284]: https://github.com/RustCrypto/block-ciphers/pull/284
13+
814
## 0.10.0 (2021-04-29)
915
### Changed
10-
- Bump `cipher` dependency to v0.3 release ([#235])
16+
- Bump `cipher` dependency to v0.3 ([#235])
1117

1218
[#235]: https://github.com/RustCrypto/block-ciphers/pull/235
1319

des/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,15 @@ 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.8.0 (2022-02-10)
9+
### Changed
10+
- Bump `cipher` dependency to v0.4 ([#284])
11+
12+
[#284]: https://github.com/RustCrypto/block-ciphers/pull/284
13+
814
## 0.7.0 (2021-04-29)
915
### Changed
10-
- Bump `cipher` dependency to v0.3 release ([#235])
16+
- Bump `cipher` dependency to v0.3 ([#235])
1117

1218
[#235]: https://github.com/RustCrypto/block-ciphers/pull/235
1319

idea/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,15 @@ 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 (2022-02-10)
9+
### Changed
10+
- Bump `cipher` dependency to v0.4 ([#284])
11+
12+
[#284]: https://github.com/RustCrypto/block-ciphers/pull/284
13+
814
## 0.4.0 (2021-04-29)
915
### Changed
10-
- Bump `cipher` dependency to v0.3 release ([#235])
16+
- Bump `cipher` dependency to v0.3 ([#235])
1117

1218
[#235]: https://github.com/RustCrypto/block-ciphers/pull/235
1319

kuznyechik/CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ 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.8.0 (2022-02-10)
9+
### Changed
10+
- Bump `cipher` dependency to v0.4 ([#284])
11+
12+
### Added
13+
- Encrypt-only `KuznyechikEnc` and decrypt-only `KuznyechikDec` types ([#284])
14+
15+
[#284]: https://github.com/RustCrypto/block-ciphers/pull/284
16+
817
## 0.7.2 (2021-08-26)
918
### Added
1019
- Parallel block processing for SSE2 backend ([#278])
@@ -19,7 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1928

2029
## 0.7.0 (2021-04-29)
2130
### Changed
22-
- Bump `cipher` dependency to v0.3 release ([#235])
31+
- Bump `cipher` dependency to v0.3 ([#235])
2332

2433
[#235]: https://github.com/RustCrypto/block-ciphers/pull/235
2534

magma/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,15 @@ 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.8.0 (2022-02-10)
9+
### Changed
10+
- Bump `cipher` dependency to v0.4 ([#284])
11+
12+
[#284]: https://github.com/RustCrypto/block-ciphers/pull/284
13+
814
## 0.7.0 (2021-04-29)
915
### Changed
10-
- Bump `cipher` dependency to v0.3 release ([#235])
16+
- Bump `cipher` dependency to v0.3 ([#235])
1117

1218
[#235]: https://github.com/RustCrypto/block-ciphers/pull/235
1319

rc2/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.8.0 (2022-02-10)
9+
### Changed
10+
- Bump `cipher` dependency to v0.4 ([#284])
11+
12+
[#284]: https://github.com/RustCrypto/block-ciphers/pull/284
13+
814
## 0.7.0 (2021-04-29)
915
### Changed
1016
- Bump `cipher` dependency to v0.3 release ([#235])

serpent/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,15 @@ 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 (2022-02-10)
9+
### Changed
10+
- Bump `cipher` dependency to v0.4 ([#284])
11+
12+
[#284]: https://github.com/RustCrypto/block-ciphers/pull/284
13+
814
## 0.4.0 (2021-04-29)
915
### Changed
10-
- Bump `cipher` dependency to v0.3 release ([#235])
16+
- Bump `cipher` dependency to v0.3 ([#235])
1117

1218
[#235]: https://github.com/RustCrypto/block-ciphers/pull/235
1319

sm4/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,15 @@ 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 (2022-02-10)
9+
### Changed
10+
- Bump `cipher` dependency to v0.4 ([#284])
11+
12+
[#284]: https://github.com/RustCrypto/block-ciphers/pull/284
13+
814
## 0.4.0 (2021-04-29)
915
### Changed
10-
- Bump `cipher` dependency to v0.3 release ([#235])
16+
- Bump `cipher` dependency to v0.3 ([#235])
1117

1218
[#235]: https://github.com/RustCrypto/block-ciphers/pull/235
1319

threefish/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,15 @@ 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 (2022-02-10)
9+
### Changed
10+
- Bump `cipher` dependency to v0.4 ([#284])
11+
12+
[#284]: https://github.com/RustCrypto/block-ciphers/pull/284
13+
814
## 0.4.0 (2021-04-29)
915
### Changed
10-
- Bump `cipher` dependency to v0.3 release ([#235])
16+
- Bump `cipher` dependency to v0.3 ([#235])
1117

1218
[#235]: https://github.com/RustCrypto/block-ciphers/pull/235
1319

twofish/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,15 @@ 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.7.0 (2022-02-10)
9+
### Changed
10+
- Bump `cipher` dependency to v0.4 ([#284])
11+
12+
[#284]: https://github.com/RustCrypto/block-ciphers/pull/284
13+
814
## 0.6.0 (2021-04-29)
915
### Changed
10-
- Bump `cipher` dependency to v0.3 release ([#235])
16+
- Bump `cipher` dependency to v0.3 ([#235])
1117

1218
[#235]: https://github.com/RustCrypto/block-ciphers/pull/235
1319

0 commit comments

Comments
 (0)