From d01f61244a2a22be448393ad40815c4928073ac3 Mon Sep 17 00:00:00 2001 From: dustinblackman Date: Fri, 5 Jul 2024 09:15:36 -0400 Subject: [PATCH] feat: Release v1.7.3 --- CHANGELOG.md | 84 ++++++++++++++++++++++++++++++++++------------------ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 57 insertions(+), 31 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcf0f6e..684cb21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,20 +2,46 @@ All notable changes to this project will be documented in this file. -## [1.7.2] - 2024-01-02 +## [1.7.3] - 2024-07-05 +[v1.7.2..v1.7.3](https://github.com/dustinblackman/cargo-run-bin/compare/v1.7.2..v1.7.3) + + +### 🐛 Bug Fixes + +- Fallback to sh for non POSIX shells - ([7281bbb](https://github.com/dustinblackman/cargo-run-bin/commit/7281bbbf0a15b043d66e8f9f307485e210877df0)) + +### 📚 Documentation +- Add distro packages section ([#22](https://github.com/dustinblackman/cargo-run-bin/issues/22)) - ([7e8378c](https://github.com/dustinblackman/cargo-run-bin/commit/7e8378c0ebff7c044e475407583ed8caf6bf2ec0)) +- Update version in README - ([42f87f9](https://github.com/dustinblackman/cargo-run-bin/commit/42f87f989cda444b841608db79c83cec2435a618)) + +### ⚙️ Miscellaneous Tasks + +- Fix lint - ([a8a5d45](https://github.com/dustinblackman/cargo-run-bin/commit/a8a5d452f81eb29483f584d4bc636cfe2393386c)) +- Drop owo - ([1dd54c4](https://github.com/dustinblackman/cargo-run-bin/commit/1dd54c478e35f22e4ba7fd1e0d46c100ecd64b62)) +- Update bin deps - ([33a2c0f](https://github.com/dustinblackman/cargo-run-bin/commit/33a2c0ff5694f75e9ddc7af8f65b223ab090a32f)) +- Drop dprint - ([02a968f](https://github.com/dustinblackman/cargo-run-bin/commit/02a968fc095cf8afc1615ea4cd4e936b4fc1e7e6)) +- Update binstall - ([ea0de75](https://github.com/dustinblackman/cargo-run-bin/commit/ea0de75ef4b0ff8d4c99ce3ab0cdd051da9f7006)) +- Update cargo-gha to latest - ([0dd4f2d](https://github.com/dustinblackman/cargo-run-bin/commit/0dd4f2d23d5909374f4513424490ff887a41d742)) + +## [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) + +### ⛰️ Features + +- Release v1.7.2 - ([d11b188](https://github.com/dustinblackman/cargo-run-bin/commit/d11b1885a946214e4027a4f564f108b93c0ef0ea)) + ### ⚙️ 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 + +### ⛰️ Features - Release v1.7.1 - ([c4c0861](https://github.com/dustinblackman/cargo-run-bin/commit/c4c0861672c77e0315070e30cf86719fa8e377b9)) @@ -24,10 +50,10 @@ All notable changes to this project will be documented in this file. - Version flag, no parameters - ([e00ebe3](https://github.com/dustinblackman/cargo-run-bin/commit/e00ebe3c93367df53c91a6eb08fe3e8dc6e9fda8)) ## [1.7.0] - 2024-01-01 - [v1.6.1..v1.7.0](https://github.com/dustinblackman/cargo-run-bin/compare/v1.6.1..v1.7.0) -### ⛰️ Features + +### ⛰️ Features - Release v1.7.0 - ([416012f](https://github.com/dustinblackman/cargo-run-bin/commit/416012fa4cf20bc8c1a233a76f738c71c25e7d08)) - Add get_shim_paths - ([fd60a88](https://github.com/dustinblackman/cargo-run-bin/commit/fd60a88054b194cd56e71faaff57044f47c7ce7f)) @@ -56,10 +82,10 @@ All notable changes to this project will be documented in this file. - Fix the rust-version field in Cargo.toml ([#19](https://github.com/dustinblackman/cargo-run-bin/issues/19)) - ([23b2f39](https://github.com/dustinblackman/cargo-run-bin/commit/23b2f398f1cbff666384089bf88bb16430630ba7)) ## [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) -### ⛰️ Features + +### ⛰️ Features - Release v1.6.1 - ([5d18ad7](https://github.com/dustinblackman/cargo-run-bin/commit/5d18ad7e827fb7bb0417218610a13a23bf7b5fd0)) @@ -69,10 +95,10 @@ All notable changes to this project will be documented in this file. - 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 + +### ⛰️ 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)) @@ -86,10 +112,10 @@ All notable changes to this project will be documented in this file. - Add banner - ([ddca279](https://github.com/dustinblackman/cargo-run-bin/commit/ddca279206775df41a98d05f476d579e6145c586)) ## [1.5.0] - 2023-10-27 - [v1.4.1..v1.5.0](https://github.com/dustinblackman/cargo-run-bin/compare/v1.4.1..v1.5.0) -### ⛰️ Features + +### ⛰️ Features - Support path in package source - ([d4c8c39](https://github.com/dustinblackman/cargo-run-bin/commit/d4c8c392e5f8b40e330cd5b596eda68b1d378e79)) @@ -109,9 +135,9 @@ All notable changes to this project will be documented in this file. - Fix binary.rs lint - ([8f50248](https://github.com/dustinblackman/cargo-run-bin/commit/8f5024858944f82a9660a8cc49b69ad244e6d6c3)) ## [1.4.1] - 2023-10-06 - [v1.4.0..v1.4.1](https://github.com/dustinblackman/cargo-run-bin/compare/v1.4.0..v1.4.1) + ### 📚 Documentation - Change changelog format - ([b784580](https://github.com/dustinblackman/cargo-run-bin/commit/b784580ebd613f273527bec147baad6b385b848a)) @@ -124,10 +150,10 @@ All notable changes to this project will be documented in this file. - `tauri-mobile` -> `cargo-mobile2` - ([e2130fe](https://github.com/dustinblackman/cargo-run-bin/commit/e2130fe1b0813e153ac49ac78bdbb3d289d64bc2)) ## [1.4.0] - 2023-10-04 - [v1.3.2..v1.4.0](https://github.com/dustinblackman/cargo-run-bin/compare/v1.3.2..v1.4.0) -### ⛰️ Features + +### ⛰️ Features - Support git in package source - ([7151499](https://github.com/dustinblackman/cargo-run-bin/commit/7151499b4b47861f84c63b958af8cd36aa8648a9)) @@ -145,9 +171,9 @@ All notable changes to this project will be documented in this file. - Lint - ([ebba9c4](https://github.com/dustinblackman/cargo-run-bin/commit/ebba9c44f97ab0331f8114b72a99caf60c0d8de4)) ## [1.3.2] - 2023-09-20 - [v1.3.1..v1.3.2](https://github.com/dustinblackman/cargo-run-bin/compare/v1.3.1..v1.3.2) + ### 🐛 Bug Fixes - Deserailizing default-features - ([3c15340](https://github.com/dustinblackman/cargo-run-bin/commit/3c153408947f3aee7a09d7041c9a1d9fdfe5f3a5)) @@ -157,9 +183,9 @@ All notable changes to this project will be documented in this file. - Release cargo-run-bin version 1.3.2 - ([be3cc40](https://github.com/dustinblackman/cargo-run-bin/commit/be3cc4059b7d961819d3c47268f30ee1b87b0ec1)) ## [1.3.1] - 2023-09-20 - [v1.3.0..v1.3.1](https://github.com/dustinblackman/cargo-run-bin/compare/v1.3.0..v1.3.1) + ### 🐛 Bug Fixes - Duplicate PATH entries - ([0914ff7](https://github.com/dustinblackman/cargo-run-bin/commit/0914ff7ba3316d3b9cddc025febf75df3135a002)) @@ -169,10 +195,10 @@ All notable changes to this project will be documented in this file. - Release cargo-run-bin version 1.3.1 - ([83349f9](https://github.com/dustinblackman/cargo-run-bin/commit/83349f99e01d665336d26ff7753ffb2a5a6ffb12)) ## [1.3.0] - 2023-09-20 - [v1.2.0..v1.3.0](https://github.com/dustinblackman/cargo-run-bin/compare/v1.2.0..v1.3.0) -### ⛰️ Features + +### ⛰️ Features - Add cargo-gha to path if it exists - ([c404b48](https://github.com/dustinblackman/cargo-run-bin/commit/c404b480e17e9abf12586dc865111d7546609849)) - Add alias scripts - ([3c6dbac](https://github.com/dustinblackman/cargo-run-bin/commit/3c6dbace4e5f2e1442f7da9805aa5a61e8ba5c9b)) @@ -184,10 +210,10 @@ All notable changes to this project will be documented in this file. - Update lockfile - ([c6f752f](https://github.com/dustinblackman/cargo-run-bin/commit/c6f752f24a01077fb260c9561c7b4aeed1972fdf)) ## [1.2.0] - 2023-08-26 - [v1.1.5..v1.2.0](https://github.com/dustinblackman/cargo-run-bin/compare/v1.1.5..v1.2.0) -### ⛰️ Features + +### ⛰️ Features - Add support for Cargo workspaces - ([208b000](https://github.com/dustinblackman/cargo-run-bin/commit/208b000f47ee7666009a066a9f2a5124275ea381)) @@ -204,9 +230,9 @@ All notable changes to this project will be documented in this file. - Release cargo-run-bin version 1.2.0 - ([b600075](https://github.com/dustinblackman/cargo-run-bin/commit/b600075b1af551d509fdf9fcfeeff97d74c5d446)) ## [1.1.5] - 2023-08-12 - [v1.1.4..v1.1.5](https://github.com/dustinblackman/cargo-run-bin/compare/v1.1.4..v1.1.5) + ### 🐛 Bug Fixes - Help command when using cargo - ([25ace47](https://github.com/dustinblackman/cargo-run-bin/commit/25ace47c61a1c7d4e46d734619917ac8539fa2df)) @@ -232,18 +258,18 @@ All notable changes to this project will be documented in this file. - Add release and changelog scripts - ([6b0e2b0](https://github.com/dustinblackman/cargo-run-bin/commit/6b0e2b0d9b6ce0bd6302ca87f38d592ef22824a4)) ## [1.1.4] - 2023-08-08 - [v1.1.3..v1.1.4](https://github.com/dustinblackman/cargo-run-bin/compare/v1.1.3..v1.1.4) + ### ⚙️ Miscellaneous Tasks - Release v1.1.4 - ([494d7ac](https://github.com/dustinblackman/cargo-run-bin/commit/494d7acfefc7ac8a3e2124b50fcd3f951fc5d196)) - Drop windows releases - ([d65fb49](https://github.com/dustinblackman/cargo-run-bin/commit/d65fb495283573ee2ecac0c7edba66c9551b6a95)) ## [1.1.3] - 2023-08-08 - [v1.1.2..v1.1.3](https://github.com/dustinblackman/cargo-run-bin/compare/v1.1.2..v1.1.3) + ### 🐛 Bug Fixes - Release workflow - ([f012617](https://github.com/dustinblackman/cargo-run-bin/commit/f012617a3993c58608bcffe9e2d4b9379bbc25d9)) @@ -253,9 +279,9 @@ All notable changes to this project will be documented in this file. - Release v1.1.3 - ([7783dbd](https://github.com/dustinblackman/cargo-run-bin/commit/7783dbd4b9f2460c5900c7e00b65d9ec2ab4e54b)) ## [1.1.2] - 2023-08-08 - [v1.1.1..v1.1.2](https://github.com/dustinblackman/cargo-run-bin/compare/v1.1.1..v1.1.2) + ### 🐛 Bug Fixes - Release workflow - ([27ce8e0](https://github.com/dustinblackman/cargo-run-bin/commit/27ce8e0f63a4a7181ba780791ac8a206fbbe5d5d)) @@ -265,10 +291,10 @@ All notable changes to this project will be documented in this file. - Release v1.1.2 - ([883a75f](https://github.com/dustinblackman/cargo-run-bin/commit/883a75ffad28d62d29c7ab87b7cc8bc186898dea)) ## [1.1.1] - 2023-08-08 - [v1.0.1..v1.1.1](https://github.com/dustinblackman/cargo-run-bin/compare/v1.0.1..v1.1.1) -### ⛰️ Features + +### ⛰️ Features - Add binstall support - ([f702124](https://github.com/dustinblackman/cargo-run-bin/commit/f702124692e23f8c14040cf0935b90c4877ed4ee)) @@ -285,9 +311,9 @@ All notable changes to this project will be documented in this file. - Add clippy to toolchain - ([aa7161e](https://github.com/dustinblackman/cargo-run-bin/commit/aa7161e0bf3ff522144e318b26746359801b0b07)) ## [1.0.1] - 2023-08-07 - [v1.0.0..v1.0.1](https://github.com/dustinblackman/cargo-run-bin/compare/v1.0.0..v1.0.1) + ### 🐛 Bug Fixes - Sorting aliases - ([b4ccdd1](https://github.com/dustinblackman/cargo-run-bin/commit/b4ccdd189376506d64d1911de0f17e3c49dda0d0)) @@ -297,10 +323,10 @@ All notable changes to this project will be documented in this file. - Lint - ([74b66ad](https://github.com/dustinblackman/cargo-run-bin/commit/74b66ad09d2346e7def0ea7275e16f4bd37bd5e6)) ## [1.0.0] - 2023-08-07 - [..v1.0.0](https://github.com/dustinblackman/cargo-run-bin/compare/..v1.0.0) -### ⛰️ Features + +### ⛰️ Features - Add sync aliases - ([5d7ffed](https://github.com/dustinblackman/cargo-run-bin/commit/5d7ffed87bb9ff7b78ce7a228379a35492e45f11)) - Add build and run functionality - ([9a7218c](https://github.com/dustinblackman/cargo-run-bin/commit/9a7218c20c09797097b518a605c1d2b6c365ec30)) diff --git a/Cargo.lock b/Cargo.lock index aee50dd..c8e8ee6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -97,7 +97,7 @@ checksum = "7b02b629252fe8ef6460461409564e2c21d0c8e77e0944f3d189ff06c4e932ad" [[package]] name = "cargo-run-bin" -version = "1.7.2" +version = "1.7.3" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 3dfdb6b..a12971a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-run-bin" -version = "1.7.2" +version = "1.7.3" authors = ["Dustin Blackman"] categories = ["command-line-utilities", "development-tools::cargo-plugins"] edition = "2021"