Skip to content

Commit a8fc24d

Browse files
committed
sec1 v0.8.0
1 parent 02a4392 commit a8fc24d

File tree

4 files changed

+30
-4
lines changed

4 files changed

+30
-4
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.

sec1/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,32 @@ 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.8.0 (2026-03-10)
8+
### Added
9+
- `ctutils` feature ([#2150])
10+
11+
### Changed
12+
- Migrate from `generic-array` to `hybrid-array` ([#1298])
13+
- Use `core::error::Error` ([#1573])
14+
- Blanket impl `ModulusSize` for all typenums ([#1650])
15+
- Upgrade to edition 2024; bump MSRV to 1.85 ([#1666])
16+
- Bump `serdect` to v0.4 ([#2008])
17+
- Bump `base16ct` to v1 ([#2145])
18+
- Bump `der` to v0.8 ([#2234])
19+
20+
### Removed
21+
- Integration with `pkcs8` crate ([#1927])
22+
23+
[#1298]: https://github.com/RustCrypto/formats/pull/1298
24+
[#1573]: https://github.com/RustCrypto/formats/pull/1573
25+
[#1650]: https://github.com/RustCrypto/formats/pull/1650
26+
[#1666]: https://github.com/RustCrypto/formats/pull/1666
27+
[#1927]: https://github.com/RustCrypto/formats/pull/1927
28+
[#2008]: https://github.com/RustCrypto/formats/pull/2008
29+
[#2145]: https://github.com/RustCrypto/formats/pull/2145
30+
[#2150]: https://github.com/RustCrypto/formats/pull/2150
31+
[#2234]: https://github.com/RustCrypto/formats/pull/2234
32+
733
## 0.7.3 (2023-07-16)
834
### Added
935
- Impl `Hash` for `EncodedPoint` ([#1102])

sec1/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sec1"
3-
version = "0.8.0-rc.13"
3+
version = "0.8.0"
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

sec1/LICENSE-MIT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2021-2025 The RustCrypto Project Developers
1+
Copyright (c) 2021-2026 The RustCrypto Project Developers
22

33
Permission is hereby granted, free of charge, to any
44
person obtaining a copy of this software and associated

0 commit comments

Comments
 (0)