diff --git a/Cargo.lock b/Cargo.lock index 7751ca9b20..7976e5cfce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "bitflags" @@ -10,7 +10,7 @@ checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" [[package]] name = "cargo-quickinstall" -version = "0.3.5" +version = "0.3.6" dependencies = [ "embed-resource", "guess_host_triple", diff --git a/cargo-quickinstall/CHANGELOG.md b/cargo-quickinstall/CHANGELOG.md index 41c71e5886..47ea306897 100644 --- a/cargo-quickinstall/CHANGELOG.md +++ b/cargo-quickinstall/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.6](https://github.com/cargo-bins/cargo-quickinstall/compare/v0.3.5...v0.3.6) - 2024-12-17 + +### Other + +- Bump home from 0.5.9 to 0.5.11 in the deps group ([#329](https://github.com/cargo-bins/cargo-quickinstall/pull/329)) + ## [0.3.5](https://github.com/cargo-bins/cargo-quickinstall/compare/v0.3.4...v0.3.5) - 2024-11-12 ### Other diff --git a/cargo-quickinstall/Cargo.toml b/cargo-quickinstall/Cargo.toml index 656e8dc7ae..328bb7d475 100644 --- a/cargo-quickinstall/Cargo.toml +++ b/cargo-quickinstall/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-quickinstall" -version = "0.3.5" +version = "0.3.6" authors = ["David Laban "] edition = "2018" description = "Precompiled binary installs for `cargo install`"