Skip to content

Commit c6745af

Browse files
authored
der_derive v0.6.1 (#781)
1 parent d64bd5f commit c6745af

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

der/derive/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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.6.1 (2022-12-05)
8+
### Added
9+
- Support for deriving `ValueOrd` on `Choice` enums ([#723])
10+
11+
[#723]: https://github.com/RustCrypto/formats/pull/723
12+
713
## 0.6.0 (2022-05-08)
814
### Added
915
- Support for Context-Specific fields with default values ([#246])

der/derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "der_derive"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
description = "Custom derive support for the `der` crate's `Choice` and `Sequence` traits"
55
authors = ["RustCrypto Developers"]
66
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)