Skip to content

Commit 512933e

Browse files
authored
x509-cert: v0.2.2 (#1072)
Got a bit excited with #1040 and pressed merge too early.
1 parent bbbc73d commit 512933e

File tree

3 files changed

+8
-19
lines changed

3 files changed

+8
-19
lines changed

Cargo.lock

+6-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

x509-cert/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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.2 (unreleased)
7+
## 0.2.2 (2023-05-19)
88

99
### Added
1010
- Certificate builder ([#764])

x509-cert/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "x509-cert"
3-
version = "0.2.2-pre.1"
3+
version = "0.2.2"
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)