File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
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
+
7
13
## 0.7.9 (2024-04-01)
8
14
### Changed
9
15
- ignore RUSTSEC-2023-0071 (backport [ #1276 ] )
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " der"
3
- version = " 0.7.9 "
3
+ version = " 0.7.10 "
4
4
description = """
5
5
Pure Rust embedded-friendly implementation of the Distinguished Encoding Rules
6
6
(DER) for Abstract Syntax Notation One (ASN.1) as described in ITU X.690 with
You can’t perform that action at this time.
0 commit comments