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 2, 2024
1 parent 5c563fa commit c078199
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 7 deletions.
6 changes: 3 additions & 3 deletions 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 cryptographic-message-syntax/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

Released on ReleaseDate.

## 0.27.0

Released on 2024-11-02.

* MSRV 1.65 -> 1.75.
* The crate now has an `http` feature to control availability of features making
HTTP requests (notably time-stamp protocol support). Disabling the feature
Expand Down
4 changes: 2 additions & 2 deletions cryptographic-message-syntax/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cryptographic-message-syntax"
version = "0.26.0"
version = "0.27.0"
authors = ["Gregory Szorc <[email protected]>"]
edition = "2021"
rust-version = "1.75"
Expand All @@ -23,7 +23,7 @@ signature = { version = "2.2.0", features = ["std"] }

[dependencies.x509-certificate]
path = "../x509-certificate"
version = "0.23.0"
version = "0.24.0"
features = ["test"]

[features]
Expand Down
4 changes: 4 additions & 0 deletions pgp-cleartext/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

Released on ReleaseDate.

## 0.11.0

Released on 2024-11-02.

* Updated README to recommend using the `pgp` crate now that it has native
PGP cleartext framework support (#22).
* MSRV 1.65 -> 1.75.
Expand Down
2 changes: 1 addition & 1 deletion pgp-cleartext/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pgp-cleartext"
version = "0.10.0"
version = "0.11.0"
edition = "2021"
rust-version = "1.75"
authors = ["Gregory Szorc <[email protected]"]
Expand Down
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.24.0

Released on 2024-11-02.

* MSRV 1.65 -> 1.75.
* `bytes` 1.5 -> 1.8.
* `signature` 2.1 -> 2.2.
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.1"
version = "0.24.0"
authors = ["Gregory Szorc <[email protected]>"]
edition = "2021"
rust-version = "1.75"
Expand Down

0 comments on commit c078199

Please sign in to comment.