diff --git a/Cargo.lock b/Cargo.lock index 4f6f0abb..7673f609 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -70,7 +70,7 @@ dependencies = [ [[package]] name = "age" -version = "0.5.0" +version = "0.5.1" dependencies = [ "aes", "aes-ctr", @@ -1604,7 +1604,7 @@ dependencies = [ [[package]] name = "rage" -version = "0.5.0" +version = "0.5.1" dependencies = [ "age", "chrono", diff --git a/age/CHANGELOG.md b/age/CHANGELOG.md index 42cf0b93..9bf1b1f5 100644 --- a/age/CHANGELOG.md +++ b/age/CHANGELOG.md @@ -10,6 +10,12 @@ to 1.0.0 are beta releases. ## [Unreleased] +## [0.5.1] - 2021-02-13 +### Fixed +- Bumped dependencies to `i18n-embed-fl 0.3` and `i18n-embed 0.10.2` to fix a + transient dependency breakage, that broke `cargo install rage` because + [`cargo install` ignores `Cargo.lock`](https://github.com/rust-lang/cargo/issues/7169). + ## [0.5.0] - 2020-11-22 ### Added - Italian, Spanish, and Chinese translations! diff --git a/age/Cargo.toml b/age/Cargo.toml index cddd464b..887d48e8 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.5.0" +version = "0.5.1" authors = ["Jack Grigg "] repository = "https://github.com/str4d/rage" readme = "README.md" diff --git a/fuzz-afl/Cargo.lock b/fuzz-afl/Cargo.lock index 707d9c23..745641ef 100644 --- a/fuzz-afl/Cargo.lock +++ b/fuzz-afl/Cargo.lock @@ -34,7 +34,7 @@ dependencies = [ [[package]] name = "age" -version = "0.5.0" +version = "0.5.1" dependencies = [ "age-core", "base64", diff --git a/fuzz/Cargo.lock b/fuzz/Cargo.lock index 69a9176e..22950b40 100644 --- a/fuzz/Cargo.lock +++ b/fuzz/Cargo.lock @@ -21,7 +21,7 @@ dependencies = [ [[package]] name = "age" -version = "0.5.0" +version = "0.5.1" dependencies = [ "age-core", "base64", diff --git a/rage/CHANGELOG.md b/rage/CHANGELOG.md index 13bdb260..ab7eadbb 100644 --- a/rage/CHANGELOG.md +++ b/rage/CHANGELOG.md @@ -10,6 +10,12 @@ to 1.0.0 are beta releases. ## [Unreleased] +## [0.5.1] - 2021-02-13 +### Fixed +- Bumped dependencies to `i18n-embed-fl 0.3` and `i18n-embed 0.10.2` to fix a + transient dependency breakage, that broke `cargo install rage` because + [`cargo install` ignores `Cargo.lock`](https://github.com/rust-lang/cargo/issues/7169). + ## [0.5.0] - 2020-11-22 ### Added - Italian, Spanish, and Chinese translations! diff --git a/rage/Cargo.toml b/rage/Cargo.toml index 9babd11d..4505ee80 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.5.0" +version = "0.5.1" authors = ["Jack Grigg "] repository = "https://github.com/str4d/rage" readme = "../README.md"