From 5d18ad7e827fb7bb0417218610a13a23bf7b5fd0 Mon Sep 17 00:00:00 2001 From: Dustin Blackman Date: Sat, 16 Dec 2023 17:08:40 -0500 Subject: [PATCH] feat: Release v1.6.1 --- CHANGELOG.md | 10 ++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bf951b..0f89a5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,22 @@ All notable changes to this project will be documented in this file. +## [1.6.1] - 2023-12-16 + +[v1.6.0..v1.6.1](https://github.com/dustinblackman/cargo-run-bin/compare/v1.6.0..v1.6.1) + +### 🐛 Bug Fixes + +- Set MSRV - ([a5fc8ac](https://github.com/dustinblackman/cargo-run-bin/commit/a5fc8ac68dbba9f4f8a4b5d02bfd1e031bcdc56d)) +- Release command - ([032e97f](https://github.com/dustinblackman/cargo-run-bin/commit/032e97f52c612d68c4668d333e46cf56015b7eb6)) + ## [1.6.0] - 2023-12-01 [v1.5.0..v1.6.0](https://github.com/dustinblackman/cargo-run-bin/compare/v1.5.0..v1.6.0) ### ⛰️ Features +- Release v1.6.0 - ([fd34f2b](https://github.com/dustinblackman/cargo-run-bin/commit/fd34f2bd1713eefacd59d429d73d71da3c638325)) - Merge branch 'windows' - ([a559325](https://github.com/dustinblackman/cargo-run-bin/commit/a5593250fc83922d9327a6896fed1c27625af73e)) - Add Windows support - ([8e4a6cc](https://github.com/dustinblackman/cargo-run-bin/commit/8e4a6cc298a94190fe4ab209d9fa48a9a1afc791)) diff --git a/Cargo.lock b/Cargo.lock index 89303c1..de891d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -97,7 +97,7 @@ checksum = "7b02b629252fe8ef6460461409564e2c21d0c8e77e0944f3d189ff06c4e932ad" [[package]] name = "cargo-run-bin" -version = "1.6.0" +version = "1.6.1" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index c75290c..e2c7100 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-run-bin" -version = "1.6.0" +version = "1.6.1" authors = ["Dustin Blackman"] categories = ["command-line-utilities", "development-tools::cargo-plugins"] edition = "2021"