Skip to content

Commit a1b0efe

Browse files
authored
elliptic-curve v0.11.3 (#829)
1 parent a01885d commit a1b0efe

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

elliptic-curve/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ 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.3 (2021-12-03)
8+
### Added
9+
- `ReduceNonZero` trait ([#827])
10+
11+
[#827]: https://github.com/RustCrypto/traits/pull/827
12+
713
## 0.11.2 (2021-12-03)
814
### Changed
915
- Bump `pem-rfc7468` dependency to v0.3 ([#825])

elliptic-curve/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "elliptic-curve"
3-
version = "0.11.2" # Also update html_root_url in lib.rs when bumping this
3+
version = "0.11.3" # Also update html_root_url in lib.rs when bumping this
44
description = """
55
General purpose Elliptic Curve Cryptography (ECC) support, including types
66
and traits for representing various elliptic curve forms, scalars, points,

elliptic-curve/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
#![doc(
3636
html_logo_url = "https://raw.githubusercontent.com/RustCrypto/media/8f1a9894/logo.svg",
3737
html_favicon_url = "https://raw.githubusercontent.com/RustCrypto/media/8f1a9894/logo.svg",
38-
html_root_url = "https://docs.rs/elliptic-curve/0.11.2"
38+
html_root_url = "https://docs.rs/elliptic-curve/0.11.3"
3939
)]
4040

4141
#[cfg(feature = "alloc")]

0 commit comments

Comments
 (0)