mirror of
https://github.com/str4d/rage.git
synced 2025-04-04 19:37:51 +03:00
v0.9.1
This commit is contained in:
parent
89e699d387
commit
a291796b5b
7 changed files with 13 additions and 7 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -66,7 +66,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "age"
|
||||
version = "0.9.0"
|
||||
version = "0.9.1"
|
||||
dependencies = [
|
||||
"aes 0.8.2",
|
||||
"aes-gcm",
|
||||
|
@ -2028,7 +2028,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "rage"
|
||||
version = "0.9.0"
|
||||
version = "0.9.1"
|
||||
dependencies = [
|
||||
"age",
|
||||
"chrono",
|
||||
|
|
|
@ -9,6 +9,8 @@ and this project adheres to Rust's notion of
|
|||
to 1.0.0 are beta releases.
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.9.1] - 2022-03-24
|
||||
### Added
|
||||
- Support for encrypted OpenSSH keys exported from 1Password.
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "age"
|
||||
description = "[BETA] A simple, secure, and modern encryption library."
|
||||
version = "0.9.0"
|
||||
version = "0.9.1"
|
||||
authors = ["Jack Grigg <thestr4d@gmail.com>"]
|
||||
repository = "https://github.com/str4d/rage"
|
||||
readme = "README.md"
|
||||
|
|
2
fuzz-afl/Cargo.lock
generated
2
fuzz-afl/Cargo.lock
generated
|
@ -27,7 +27,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "age"
|
||||
version = "0.9.0"
|
||||
version = "0.9.1"
|
||||
dependencies = [
|
||||
"age-core",
|
||||
"base64",
|
||||
|
|
2
fuzz/Cargo.lock
generated
2
fuzz/Cargo.lock
generated
|
@ -14,7 +14,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "age"
|
||||
version = "0.9.0"
|
||||
version = "0.9.1"
|
||||
dependencies = [
|
||||
"age-core",
|
||||
"base64",
|
||||
|
|
|
@ -10,6 +10,10 @@ to 1.0.0 are beta releases.
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.9.1] - 2022-03-24
|
||||
### Added
|
||||
- Support for encrypted OpenSSH keys exported from 1Password.
|
||||
|
||||
## [0.9.0] - 2022-10-27
|
||||
### Changed
|
||||
- MSRV is now 1.59.0.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "rage"
|
||||
description = "[BETA] A simple, secure, and modern encryption tool."
|
||||
version = "0.9.0"
|
||||
version = "0.9.1"
|
||||
authors = ["Jack Grigg <thestr4d@gmail.com>"]
|
||||
repository = "https://github.com/str4d/rage"
|
||||
readme = "../README.md"
|
||||
|
@ -54,7 +54,7 @@ maintenance = { status = "experimental" }
|
|||
|
||||
[dependencies]
|
||||
# rage and rage-keygen dependencies
|
||||
age = { version = "0.9.0", path = "../age", features = ["armor", "cli-common", "plugin"] }
|
||||
age = { version = "0.9.1", path = "../age", features = ["armor", "cli-common", "plugin"] }
|
||||
chrono = "0.4"
|
||||
console = { version = "0.15", default-features = false }
|
||||
env_logger = "0.9"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue