Skip to content

Commit cc4ffe9

Browse files
authored
elliptic-curve v0.13.7 (#1408)
1 parent 38e898b commit cc4ffe9

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

elliptic-curve/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ 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.13.7 (2023-11-15)
8+
### Added
9+
- `BatchInvert` and `BatchNormalize` traits ([#1376])
10+
- `LinearCombinationExt` trait ([#1405])
11+
12+
[#1376]: https://github.com/RustCrypto/traits/pull/1376
13+
[#1405]: https://github.com/RustCrypto/traits/pull/1405
14+
715
## 0.13.6 (2023-10-02)
816
### Fixed
917
- Minimum supported `hkdf` version is v0.12.1 ([#1353])

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.13.6"
3+
version = "0.13.7"
44
description = """
55
General purpose Elliptic Curve Cryptography (ECC) support, including types
66
and traits for representing various elliptic curve forms, scalars, points,

0 commit comments

Comments
 (0)