diff --git a/CHANGELOG.md b/CHANGELOG.md index 314a95e..dcf0f6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,23 @@ All notable changes to this project will be documented in this file. +## [1.7.2] - 2024-01-02 + +[v1.7.1..v1.7.2](https://github.com/dustinblackman/cargo-run-bin/compare/v1.7.1..v1.7.2) + +### ⚙️ Miscellaneous Tasks + +- Reduce MSRV - ([813f0bc](https://github.com/dustinblackman/cargo-run-bin/commit/813f0bc35ece0092cf04be043cc89571dea12ff2)) +- Remove version pinning - ([d466351](https://github.com/dustinblackman/cargo-run-bin/commit/d466351f0ea2098d063959b63585d24c9fd0e06d)) + ## [1.7.1] - 2024-01-01 [v1.7.0..v1.7.1](https://github.com/dustinblackman/cargo-run-bin/compare/v1.7.0..v1.7.1) +### ⛰️ Features + +- Release v1.7.1 - ([c4c0861](https://github.com/dustinblackman/cargo-run-bin/commit/c4c0861672c77e0315070e30cf86719fa8e377b9)) + ### 🐛 Bug Fixes - Version flag, no parameters - ([e00ebe3](https://github.com/dustinblackman/cargo-run-bin/commit/e00ebe3c93367df53c91a6eb08fe3e8dc6e9fda8)) diff --git a/Cargo.lock b/Cargo.lock index 9b1b91d..9fb0f36 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -97,7 +97,7 @@ checksum = "7b02b629252fe8ef6460461409564e2c21d0c8e77e0944f3d189ff06c4e932ad" [[package]] name = "cargo-run-bin" -version = "1.7.1" +version = "1.7.2" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 88c0513..22a9c99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-run-bin" -version = "1.7.1" +version = "1.7.2" authors = ["Dustin Blackman"] categories = ["command-line-utilities", "development-tools::cargo-plugins"] edition = "2021"