mirror of
https://github.com/str4d/rage.git
synced 2025-04-04 03:17:42 +03:00
v0.10.1
This commit is contained in:
parent
e48bab7b3c
commit
62f15b9d9d
9 changed files with 10 additions and 10 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -54,7 +54,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "age"
|
name = "age"
|
||||||
version = "0.10.0"
|
version = "0.10.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aes",
|
"aes",
|
||||||
"aes-gcm",
|
"aes-gcm",
|
||||||
|
@ -2002,7 +2002,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rage"
|
name = "rage"
|
||||||
version = "0.10.0"
|
version = "0.10.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"age",
|
"age",
|
||||||
"chrono",
|
"chrono",
|
||||||
|
|
|
@ -15,7 +15,7 @@ repository = "https://github.com/str4d/rage"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
|
|
||||||
[workspace.dependencies]
|
[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" }
|
age-core = { version = "0.10.0", path = "age-core" }
|
||||||
|
|
||||||
# Dependencies required by the age specification:
|
# Dependencies required by the age specification:
|
||||||
|
|
|
@ -10,7 +10,7 @@ to 1.0.0 are beta releases.
|
||||||
|
|
||||||
## [Unreleased]
|
## [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
|
### Security
|
||||||
- The age plugin protocol previously allowed plugin names that could be
|
- The age plugin protocol previously allowed plugin names that could be
|
||||||
interpreted as file paths. Under certain conditions, this could lead to a
|
interpreted as file paths. Under certain conditions, this could lead to a
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "age"
|
name = "age"
|
||||||
description = "[BETA] A simple, secure, and modern encryption library."
|
description = "[BETA] A simple, secure, and modern encryption library."
|
||||||
version = "0.10.0"
|
version = "0.10.1"
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
repository.workspace = true
|
repository.workspace = true
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
|
@ -10,7 +10,7 @@ to 1.0.0 are beta releases.
|
||||||
|
|
||||||
## [Unreleased]
|
## [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
|
### Security
|
||||||
- The age plugin protocol previously allowed plugin names that could be
|
- The age plugin protocol previously allowed plugin names that could be
|
||||||
interpreted as file paths. Under certain conditions, this could lead to a
|
interpreted as file paths. Under certain conditions, this could lead to a
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "rage"
|
name = "rage"
|
||||||
description = "[BETA] A simple, secure, and modern encryption tool."
|
description = "[BETA] A simple, secure, and modern encryption tool."
|
||||||
version = "0.10.0"
|
version = "0.10.1"
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
repository.workspace = true
|
repository.workspace = true
|
||||||
readme = "../README.md"
|
readme = "../README.md"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
bin.name = "rage-keygen"
|
bin.name = "rage-keygen"
|
||||||
args = "--version"
|
args = "--version"
|
||||||
stdout = """
|
stdout = """
|
||||||
rage-keygen 0.10.0
|
rage-keygen 0.10.1
|
||||||
"""
|
"""
|
||||||
stderr = ""
|
stderr = ""
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
bin.name = "rage-mount"
|
bin.name = "rage-mount"
|
||||||
args = "--version"
|
args = "--version"
|
||||||
stdout = """
|
stdout = """
|
||||||
rage-mount 0.10.0
|
rage-mount 0.10.1
|
||||||
"""
|
"""
|
||||||
stderr = ""
|
stderr = ""
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
bin.name = "rage"
|
bin.name = "rage"
|
||||||
args = "--version"
|
args = "--version"
|
||||||
stdout = """
|
stdout = """
|
||||||
rage 0.10.0
|
rage 0.10.1
|
||||||
"""
|
"""
|
||||||
stderr = ""
|
stderr = ""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue