This commit is contained in:
Jack Grigg 2024-11-18 06:56:17 +00:00
parent e48bab7b3c
commit 62f15b9d9d
9 changed files with 10 additions and 10 deletions

4
Cargo.lock generated
View file

@ -54,7 +54,7 @@ dependencies = [
[[package]]
name = "age"
version = "0.10.0"
version = "0.10.1"
dependencies = [
"aes",
"aes-gcm",
@ -2002,7 +2002,7 @@ dependencies = [
[[package]]
name = "rage"
version = "0.10.0"
version = "0.10.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.10.0", path = "age" }
age = { version = "0.10.1", path = "age" }
age-core = { version = "0.10.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] - 2024-11-18
## [0.6.1, 0.7.2, 0.8.2, 0.9.3, 0.10.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.10.0"
version = "0.10.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] - 2024-11-18
## [0.6.1, 0.7.2, 0.8.2, 0.9.3, 0.10.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.10.0"
version = "0.10.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.10.0
rage-keygen 0.10.1
"""
stderr = ""

View file

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

View file

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