Skip to content

Commit

Permalink
v0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
str4d committed Nov 18, 2024
1 parent bbe1578 commit 2b501be
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion age/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ to 1.0.0 are beta releases.

## [Unreleased]

## [0.6.1, 0.7.2, 0.8.2] - 2024-11-18
## [0.6.1, 0.7.2, 0.8.2, 0.9.3] - 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
Expand Down
2 changes: 1 addition & 1 deletion age/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "age"
description = "[BETA] A simple, secure, and modern encryption library."
version = "0.9.2"
version = "0.9.3"
authors = ["Jack Grigg <[email protected]>"]
repository = "https://github.com/str4d/rage"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion rage/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ to 1.0.0 are beta releases.

## [Unreleased]

## [0.6.1, 0.7.2, 0.8.2] - 2024-11-18
## [0.6.1, 0.7.2, 0.8.2, 0.9.3] - 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
Expand Down
4 changes: 2 additions & 2 deletions rage/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "rage"
description = "[BETA] A simple, secure, and modern encryption tool."
version = "0.9.2"
version = "0.9.3"
authors = ["Jack Grigg <[email protected]>"]
repository = "https://github.com/str4d/rage"
readme = "../README.md"
Expand Down Expand Up @@ -54,7 +54,7 @@ maintenance = { status = "experimental" }

[dependencies]
# rage and rage-keygen dependencies
age = { version = "0.9.2", path = "../age", features = ["armor", "cli-common", "plugin"] }
age = { version = "0.9.3", path = "../age", features = ["armor", "cli-common", "plugin"] }
chrono = "0.4"
console = { version = "0.15", default-features = false }
env_logger = "0.9"
Expand Down

0 comments on commit 2b501be

Please sign in to comment.