From 959464f06a930700a77bc6e47f68552072ad1871 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 01:19:00 +1100 Subject: [PATCH] chore: release v0.3.8 (#342) --- 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 089c64b012..40f80add23 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10,7 +10,7 @@ checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" [[package]] name = "cargo-quickinstall" -version = "0.3.7" +version = "0.3.8" dependencies = [ "embed-resource", "guess_host_triple", diff --git a/cargo-quickinstall/CHANGELOG.md b/cargo-quickinstall/CHANGELOG.md index df00b9526d..d4f3559940 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.8](https://github.com/cargo-bins/cargo-quickinstall/compare/v0.3.7...v0.3.8) - 2025-02-17 + +### Other + +- Bump tempfile from 3.15.0 to 3.17.0 in the deps group across 1 directory ([#340](https://github.com/cargo-bins/cargo-quickinstall/pull/340)) + ## [0.3.7](https://github.com/cargo-bins/cargo-quickinstall/compare/v0.3.6...v0.3.7) - 2025-01-03 ### Other diff --git a/cargo-quickinstall/Cargo.toml b/cargo-quickinstall/Cargo.toml index 6688e50b89..82179d60d0 100644 --- a/cargo-quickinstall/Cargo.toml +++ b/cargo-quickinstall/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-quickinstall" -version = "0.3.7" +version = "0.3.8" authors = ["David Laban "] edition = "2018" description = "Precompiled binary installs for `cargo install`"