From 74a21c6b6acbc6a9afc21f0dbec792d016972297 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 15:16:48 +0000 Subject: [PATCH] chore: release --- Cargo.lock | 2 +- cargo-quickinstall/CHANGELOG.md | 6 ++++++ cargo-quickinstall/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 18242e0147..8357791dd5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10,7 +10,7 @@ checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" [[package]] name = "cargo-quickinstall" -version = "0.3.0" +version = "0.3.1" dependencies = [ "embed-resource", "guess_host_triple", diff --git a/cargo-quickinstall/CHANGELOG.md b/cargo-quickinstall/CHANGELOG.md index 1a5eb43849..6e8ecfcd26 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.1](https://github.com/cargo-bins/cargo-quickinstall/compare/v0.3.0...v0.3.1) - 2024-09-27 + +### Other + +- Bump embed-resource from 2.4.3 to 2.5.0 in the deps group ([#301](https://github.com/cargo-bins/cargo-quickinstall/pull/301)) + ## [0.3.0](https://github.com/cargo-bins/cargo-quickinstall/compare/v0.2.12...v0.3.0) - 2024-09-09 ### Other diff --git a/cargo-quickinstall/Cargo.toml b/cargo-quickinstall/Cargo.toml index 9989aa0ed7..e4781d2b9e 100644 --- a/cargo-quickinstall/Cargo.toml +++ b/cargo-quickinstall/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-quickinstall" -version = "0.3.0" +version = "0.3.1" authors = ["David Laban "] edition = "2018" description = "Precompiled binary installs for `cargo install`"