Skip to content

Commit ade4dc3

Browse files
authored
spki: 0.7.2 (#1049)
Added - `AlgorithmIdentifierWithOid` trait (#986) - `SignatureBitStringEncoding` trait (#1047) Changed - Bump `hex-literal` to v0.4.1 (#999)
1 parent 82a6ed5 commit ade4dc3

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

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.

spki/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ 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-05-04)
8+
9+
### Added
10+
- `AlgorithmIdentifierWithOid` trait ([#986])
11+
- `SignatureBitStringEncoding` trait ([#1047])
12+
13+
### Changed
14+
- Bump `hex-literal` to v0.4.1 ([#999])
15+
16+
[#986]: https://github.com/RustCrypto/formats/pull/986
17+
[#999]: https://github.com/RustCrypto/formats/pull/999
18+
[#1047]: https://github.com/RustCrypto/formats/pull/1047
19+
20+
721
## 0.7.1 (2023-04-04)
822
### Added
923
- `AssociatedAlgorithmIdentifier` trait ([#962], [#966])

spki/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spki"
3-
version = "0.7.1"
3+
version = "0.7.2"
44
description = """
55
X.509 Subject Public Key Info (RFC5280) describing public keys as well as their
66
associated AlgorithmIdentifiers (i.e. OIDs)

0 commit comments

Comments
 (0)