This commit is contained in:
Jack Grigg 2024-11-18 06:42:27 +00:00
parent 951ffb9ede
commit 8673d5687e
5 changed files with 7 additions and 7 deletions

4
Cargo.lock generated
View file

@ -39,7 +39,7 @@ dependencies = [
[[package]] [[package]]
name = "age" name = "age"
version = "0.8.1" version = "0.8.2"
dependencies = [ dependencies = [
"aes", "aes",
"age-core", "age-core",
@ -1790,7 +1790,7 @@ dependencies = [
[[package]] [[package]]
name = "rage" name = "rage"
version = "0.8.1" version = "0.8.2"
dependencies = [ dependencies = [
"age", "age",
"chrono", "chrono",

View file

@ -10,7 +10,7 @@ to 1.0.0 are beta releases.
## [Unreleased] ## [Unreleased]
## [0.6.1, 0.7.2] - 2024-11-18 ## [0.6.1, 0.7.2, 0.8.2] - 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

View file

@ -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.8.1" version = "0.8.2"
authors = ["Jack Grigg <thestr4d@gmail.com>"] authors = ["Jack Grigg <thestr4d@gmail.com>"]
repository = "https://github.com/str4d/rage" repository = "https://github.com/str4d/rage"
readme = "README.md" readme = "README.md"

View file

@ -10,7 +10,7 @@ to 1.0.0 are beta releases.
## [Unreleased] ## [Unreleased]
## [0.6.1, 0.7.2] - 2024-11-18 ## [0.6.1, 0.7.2, 0.8.2] - 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

View file

@ -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.8.1" version = "0.8.2"
authors = ["Jack Grigg <thestr4d@gmail.com>"] authors = ["Jack Grigg <thestr4d@gmail.com>"]
repository = "https://github.com/str4d/rage" repository = "https://github.com/str4d/rage"
readme = "../README.md" readme = "../README.md"
@ -53,7 +53,7 @@ maintenance = { status = "experimental" }
[dependencies] [dependencies]
# rage and rage-keygen dependencies # rage and rage-keygen dependencies
age = { version = "0.8.1", path = "../age", features = ["armor", "cli-common", "plugin"] } age = { version = "0.8.2", path = "../age", features = ["armor", "cli-common", "plugin"] }
chrono = "0.4" chrono = "0.4"
console = { version = "0.15", default-features = false } console = { version = "0.15", default-features = false }
env_logger = "0.9" env_logger = "0.9"