Skip to content

Commit

Permalink
workspace: perform releases
Browse files Browse the repository at this point in the history
  • Loading branch information
indygreg committed Nov 16, 2023
1 parent ed7f0c8 commit 4f1de55
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

4 changes: 4 additions & 0 deletions x509-certificate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

Released on ReleaseDate.

## 0.23.1

Released on 2023-11-16.

* `X509Certificate` now has a `tbs_certificate()` to retrieve a reference to
the raw, main certificate data structure.
* There are now `From<T>` implementations for `asn1time::Time`,
Expand Down
2 changes: 1 addition & 1 deletion x509-certificate/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "x509-certificate"
version = "0.23.0"
version = "0.23.1"
authors = ["Gregory Szorc <gregory.szorc@gmail.com>"]
edition = "2021"
rust-version = "1.65"
Expand Down

0 comments on commit 4f1de55

Please sign in to comment.