Skip to content

Commit dc5a611

Browse files
authored
x509-cert v0.2.4 (#1170)
Added - `add_attribute` to `RequestBuilder` ([#1137]) Changed - bump `serde_json` from 1.0.97 to 1.0.99 ([#1122]) - use the shortest name when looking attr OID ([#1130]) - bump `serde_json` from 1.0.100 to 1.0.103 ([#1158]) Fixed - RDN string representation ([#1126]) - `Arbitrary` for certificates ([#1150]) [#1122]: #1122 [#1126]: #1126 [#1130]: #1130 [#1137]: #1137 [#1150]: #1150 [#1158]: #1158
1 parent 0b60b28 commit dc5a611

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-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: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@ 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.2.4 (2023-07-25)
8+
9+
### Added
10+
- `add_attribute` to `RequestBuilder` ([#1137])
11+
12+
### Changed
13+
- bump `serde_json` from 1.0.97 to 1.0.99 ([#1122])
14+
- use the shortest name when looking attr OID ([#1130])
15+
- bump `serde_json` from 1.0.100 to 1.0.103 ([#1158])
16+
17+
### Fixed
18+
- RDN string representation ([#1126])
19+
- `Arbitrary` for certificates ([#1150])
20+
21+
[#1122]: https://github.com/RustCrypto/formats/pull/1122
22+
[#1126]: https://github.com/RustCrypto/formats/pull/1126
23+
[#1130]: https://github.com/RustCrypto/formats/pull/1130
24+
[#1137]: https://github.com/RustCrypto/formats/pull/1137
25+
[#1150]: https://github.com/RustCrypto/formats/pull/1150
26+
[#1158]: https://github.com/RustCrypto/formats/pull/1158
27+
728
## 0.2.3 (2023-05-30)
829

930
### Added

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.2.3"
3+
version = "0.2.4"
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)