This commit is contained in:
Jack Grigg 2024-11-18 07:11:33 +00:00
parent 383b6f52aa
commit a82a76a849
9 changed files with 10 additions and 10 deletions

4
Cargo.lock generated
View file

@ -60,7 +60,7 @@ dependencies = [
[[package]]
name = "age"
version = "0.11.0"
version = "0.11.1"
dependencies = [
"aes",
"aes-gcm",
@ -2042,7 +2042,7 @@ dependencies = [
[[package]]
name = "rage"
version = "0.11.0"
version = "0.11.1"
dependencies = [
"age",
"chrono",

View file

@ -15,7 +15,7 @@ repository = "https://github.com/str4d/rage"
license = "MIT OR Apache-2.0"
[workspace.dependencies]
age = { version = "0.11.0", path = "age" }
age = { version = "0.11.1", path = "age" }
age-core = { version = "0.11.0", path = "age-core" }
# Dependencies required by the age specification:

View file

@ -10,7 +10,7 @@ to 1.0.0 are beta releases.
## [Unreleased]
## [0.6.1, 0.7.2, 0.8.2, 0.9.3, 0.10.1] - 2024-11-18
## [0.6.1, 0.7.2, 0.8.2, 0.9.3, 0.10.1, 0.11.1] - 2024-11-18
### Security
- The age plugin protocol previously allowed plugin names that could be
interpreted as file paths. Under certain conditions, this could lead to a

View file

@ -1,7 +1,7 @@
[package]
name = "age"
description = "[BETA] A simple, secure, and modern encryption library."
version = "0.11.0"
version = "0.11.1"
authors.workspace = true
repository.workspace = true
readme = "README.md"

View file

@ -10,7 +10,7 @@ to 1.0.0 are beta releases.
## [Unreleased]
## [0.6.1, 0.7.2, 0.8.2, 0.9.3, 0.10.1] - 2024-11-18
## [0.6.1, 0.7.2, 0.8.2, 0.9.3, 0.10.1, 0.11.1] - 2024-11-18
### Security
- The age plugin protocol previously allowed plugin names that could be
interpreted as file paths. Under certain conditions, this could lead to a

View file

@ -1,7 +1,7 @@
[package]
name = "rage"
description = "[BETA] A simple, secure, and modern encryption tool."
version = "0.11.0"
version = "0.11.1"
authors.workspace = true
repository.workspace = true
readme = "../README.md"

View file

@ -1,6 +1,6 @@
bin.name = "rage-keygen"
args = "--version"
stdout = """
rage-keygen 0.11.0
rage-keygen 0.11.1
"""
stderr = ""

View file

@ -1,6 +1,6 @@
bin.name = "rage-mount"
args = "--version"
stdout = """
rage-mount 0.11.0
rage-mount 0.11.1
"""
stderr = ""

View file

@ -1,6 +1,6 @@
bin.name = "rage"
args = "--version"
stdout = """
rage 0.11.0
rage 0.11.1
"""
stderr = ""