Skip to content

Commit b7a60ed

Browse files
authored
der: v0.7.10 (#1767)
Fixed: - append in `Encode::encode_to_vec` (backport [#1760]) [#1760]: #1760
1 parent e30c679 commit b7a60ed

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

der/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.10 (2024-04-18)
8+
### Fixed
9+
- append in `Encode::encode_to_vec` (backport [#1760])
10+
11+
[#1760]: https://github.com/RustCrypto/formats/pull/1760
12+
713
## 0.7.9 (2024-04-01)
814
### Changed
915
- ignore RUSTSEC-2023-0071 (backport [#1276])

der/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "der"
3-
version = "0.7.9"
3+
version = "0.7.10"
44
description = """
55
Pure Rust embedded-friendly implementation of the Distinguished Encoding Rules
66
(DER) for Abstract Syntax Notation One (ASN.1) as described in ITU X.690 with

0 commit comments

Comments
 (0)