Skip to content

Commit e9a38ae

Browse files
authored
der_derive: v0.7.2 (#1191)
Changed - fix doc typo and use a valid tag number ([#1184]) - remove proc-macro-error dependency ([#1180]) [#1180]: #1180 [#1184]: #1184
1 parent 00fbef3 commit e9a38ae

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-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/derive/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ 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.2 (2023-08-07)
8+
### Changed
9+
- fix doc typo and use a valid tag number ([#1184])
10+
- remove proc-macro-error dependency ([#1180])
11+
12+
[#1180]: https://github.com/RustCrypto/formats/pull/1180
13+
[#1184]: https://github.com/RustCrypto/formats/pull/1184
14+
715
## 0.7.1 (2023-04-19)
816
### Added
917
- Support for type generics in `Sequence` macro ([#1014])

der/derive/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "der_derive"
3-
version = "0.7.1"
3+
version = "0.7.2"
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)