Skip to content

Commit 6b05134

Browse files
authored
elliptic-curve: v0.11.10 changelog entry (#924)
The `master` branch is already the v0.12 prerelease series, however another v0.11 release was cut in #923. This adds a changelog entry, as well as "yanked" crate markers for releases which depend on `zeroize` v1.5, which #923 downgrades.
1 parent bf77a11 commit 6b05134

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

elliptic-curve/CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,19 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## 0.11.9 (2022-01-17)
7+
## 0.11.10 (2022-01-27)
8+
### Changed
9+
- Revert [#884] to support a wider range of `zeroize` versions ([#923])
10+
11+
[#923]: https://github.com/RustCrypto/traits/pull/891
12+
13+
## 0.11.9 (2022-01-17) [YANKED]
814
### Changed
915
- Activate `bits`, `hash2curve`, and `voprf` features on docs.rs ([#891])
1016

1117
[#891]: https://github.com/RustCrypto/traits/pull/891
1218

13-
## 0.11.8 (2022-01-15)
19+
## 0.11.8 (2022-01-15) [YANKED]
1420
### Added
1521
- Impl `ZeroizeOnDrop` on appropriate items ([#884])
1622

@@ -22,7 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2228
[#887]: https://github.com/RustCrypto/traits/pull/887
2329
[#888]: https://github.com/RustCrypto/traits/pull/888
2430

25-
## 0.11.7 (2022-01-14)
31+
## 0.11.7 (2022-01-14) [YANKED]
2632
### Added
2733
- Initial hash-to-field support ([#854], [#855], [#871], [#874])
2834
- Initial hash-to-curve support ([#865], [#876])

elliptic-curve/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)