Skip to content

Commit

Permalink
x509-cert v0.2.5 (#1287)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri authored Dec 24, 2023
1 parent b579ad6 commit 8e25224
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 26 deletions.
29 changes: 4 additions & 25 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions x509-cert/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.2.5 (2023-12-23)

### Added
- Signed Certificate Timestamp (SCT) extension support ([#1134])

### Changed
- Relax dependencies ([#1179])
- Use `SubjectPublicKeyInfoOwned::from_key` ([#1271])

[#1134]: https://github.com/RustCrypto/formats/pull/1134
[#1179]: https://github.com/RustCrypto/formats/pull/1179
[#1271]: https://github.com/RustCrypto/formats/pull/1271

## 0.2.4 (2023-07-25)

### Added
Expand Down
2 changes: 1 addition & 1 deletion x509-cert/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "x509-cert"
version = "0.2.4"
version = "0.2.5"
description = """
Pure Rust implementation of the X.509 Public Key Infrastructure Certificate
format as described in RFC 5280
Expand Down

0 comments on commit 8e25224

Please sign in to comment.