Skip to content

Commit 0af0a41

Browse files
authored
x509-cert v0.1.1 (#783)
1 parent b8e0f31 commit 0af0a41

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-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.

x509-cert/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,21 @@ 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.1.1 (2022-12-10)
8+
### Added
9+
- Support `TeletexString` in `DirectoryString` ([#692])
10+
- Re-export `spki` ([#701])
11+
- `PemLabel` impl for `Certificate` ([#763])
12+
- `ValueOrd` impl for `Version` and other derived types ([#723])
13+
14+
### Fixed
15+
- `countryName` should always be `PrintableString` ([#760])
16+
17+
[#692]: https://github.com/RustCrypto/formats/pull/692
18+
[#701]: https://github.com/RustCrypto/formats/pull/701
19+
[#723]: https://github.com/RustCrypto/formats/pull/723
20+
[#760]: https://github.com/RustCrypto/formats/pull/760
21+
[#763]: https://github.com/RustCrypto/formats/pull/763
22+
723
## 0.1.0 (2022-07-23)
824
- Initial release

x509-cert/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "x509-cert"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = """
55
Pure Rust implementation of the X.509 Public Key Infrastructure Certificate
66
format as described in RFC 5280

0 commit comments

Comments
 (0)