diff --git a/Cargo.lock b/Cargo.lock index 3ae0af05..72e96679 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 40b27a58..8468db45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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: diff --git a/age/CHANGELOG.md b/age/CHANGELOG.md index a1a82c8c..e33ddfd7 100644 --- a/age/CHANGELOG.md +++ b/age/CHANGELOG.md @@ -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 diff --git a/age/Cargo.toml b/age/Cargo.toml index 720270c1..11510461 100644 --- a/age/Cargo.toml +++ b/age/Cargo.toml @@ -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" diff --git a/rage/CHANGELOG.md b/rage/CHANGELOG.md index 6653d5cc..ab8d47f9 100644 --- a/rage/CHANGELOG.md +++ b/rage/CHANGELOG.md @@ -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 diff --git a/rage/Cargo.toml b/rage/Cargo.toml index 799c03f4..a472f7fc 100644 --- a/rage/Cargo.toml +++ b/rage/Cargo.toml @@ -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" diff --git a/rage/tests/cmd/rage-keygen/version.toml b/rage/tests/cmd/rage-keygen/version.toml index d3dad014..592c1fbe 100644 --- a/rage/tests/cmd/rage-keygen/version.toml +++ b/rage/tests/cmd/rage-keygen/version.toml @@ -1,6 +1,6 @@ bin.name = "rage-keygen" args = "--version" stdout = """ -rage-keygen 0.11.0 +rage-keygen 0.11.1 """ stderr = "" diff --git a/rage/tests/cmd/rage-mount/version.toml b/rage/tests/cmd/rage-mount/version.toml index 0117dd44..e30e8af4 100644 --- a/rage/tests/cmd/rage-mount/version.toml +++ b/rage/tests/cmd/rage-mount/version.toml @@ -1,6 +1,6 @@ bin.name = "rage-mount" args = "--version" stdout = """ -rage-mount 0.11.0 +rage-mount 0.11.1 """ stderr = "" diff --git a/rage/tests/cmd/rage/version.toml b/rage/tests/cmd/rage/version.toml index 3443bd2d..1f92da80 100644 --- a/rage/tests/cmd/rage/version.toml +++ b/rage/tests/cmd/rage/version.toml @@ -1,6 +1,6 @@ bin.name = "rage" args = "--version" stdout = """ -rage 0.11.0 +rage 0.11.1 """ stderr = ""