Skip to content

Commit 8e2d739

Browse files
authored
sec1 v0.7.2 (#996)
1 parent ba71f7a commit 8e2d739

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sec1/CHANGELOG.md

+6
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.7.2 (2023-04-09)
8+
### Added
9+
- Impl `ModulusSize` for `U24` ([#995])
10+
11+
[#995]: https://github.com/RustCrypto/formats/pull/995
12+
713
## 0.7.1 (2023-02-27)
814
### Fixed
915
- Encode `ECPrivateKey` version ([#908])

sec1/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sec1"
3-
version = "0.7.1"
3+
version = "0.7.2"
44
description = """
55
Pure Rust implementation of SEC1: Elliptic Curve Cryptography encoding formats
66
including ASN.1 DER-serialized private keys as well as the

0 commit comments

Comments
 (0)