Skip to content

Commit

Permalink
x509-cert: v0.2.2
Browse files Browse the repository at this point in the history
Got a bit excited with RustCrypto#1040 and pressed merge too early.
  • Loading branch information
baloo committed May 19, 2023
1 parent bbbc73d commit 3961645
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 19 deletions.
23 changes: 6 additions & 17 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion x509-cert/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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.2 (unreleased)
## 0.2.2 (2023-05-19)

### Added
- Certificate builder ([#764])
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.2-pre.1"
version = "0.2.2"
description = """
Pure Rust implementation of the X.509 Public Key Infrastructure Certificate
format as described in RFC 5280
Expand Down

0 comments on commit 3961645

Please sign in to comment.