Skip to content

Commit 40502e9

Browse files
authored
der v0.7.3 (#994)
1 parent 776c757 commit 40502e9

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.

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.3 (2023-04-06)
8+
### Added
9+
- `UtcTime::MAX_YEAR` associated constant ([#989])
10+
11+
[#989]: https://github.com/RustCrypto/formats/pull/989
12+
713
## 0.7.2 (2023-04-04)
814
### Added
915
- Expose `NestedReader ([#925])

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.2"
3+
version = "0.7.3"
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)