Skip to content

Commit b8e0f31

Browse files
authored
der v0.6.1 (#782)
1 parent c6745af commit b8e0f31

File tree

3 files changed

+14
-2
lines changed

3 files changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ 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+
- Rudimentary implementation of `TeletexString` and `VideotexString` ([#691])
10+
- Impl `ValueOrd` for `FlagSet<T>` and `UIntRef` ([#723])
11+
12+
### Changed
13+
- Eliminate some boilerplate code by using `Deref` ([#697])
14+
15+
[#691]: https://github.com/RustCrypto/formats/pull/691
16+
[#697]: https://github.com/RustCrypto/formats/pull/697
17+
[#723]: https://github.com/RustCrypto/formats/pull/723
18+
719
## 0.6.0 (2022-05-08)
820
### Added
921
- Impl `ValueOrd` for `SetOf` and `SetOfVec` ([#362])

der/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"
3-
version = "0.6.0"
3+
version = "0.6.1"
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)