Skip to content

Commit

Permalink
Cut pre.1 prereleases (#618)
Browse files Browse the repository at this point in the history
Cuts the following prerelease versions:

- `aes-gcm` v0.11.0-pre.1
- `aes-gcm-siv` v0.12.0-pre.1
- `chacha20poly1305` v0.11.0-pre.1
  • Loading branch information
tarcieri authored Jul 27, 2024
1 parent 096d4e6 commit 9a00014
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.

2 changes: 1 addition & 1 deletion aes-gcm-siv/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aes-gcm-siv"
version = "0.12.0-pre"
version = "0.12.0-pre.1"
description = """
Pure Rust implementation of the AES-GCM-SIV Misuse-Resistant Authenticated
Encryption Cipher (RFC 8452) with optional architecture-specific
Expand Down
2 changes: 1 addition & 1 deletion aes-gcm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aes-gcm"
version = "0.11.0-pre.0"
version = "0.11.0-pre.1"
description = """
Pure Rust implementation of the AES-GCM (Galois/Counter Mode)
Authenticated Encryption with Associated Data (AEAD) Cipher
Expand Down
2 changes: 1 addition & 1 deletion chacha20poly1305/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chacha20poly1305"
version = "0.10.1"
version = "0.11.0-pre.1"
description = """
Pure Rust implementation of the ChaCha20Poly1305 Authenticated Encryption
with Additional Data Cipher (RFC 8439) with optional architecture-specific
Expand Down

0 comments on commit 9a00014

Please sign in to comment.