Skip to content

Commit aecae1f

Browse files
feat: Release v1.7.4
1 parent 3c4d168 commit aecae1f

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,22 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [1.7.4] - 2024-11-25
6+
[v1.7.3..v1.7.4](https://github.com/dustinblackman/cargo-run-bin/compare/v1.7.3..v1.7.4)
7+
8+
9+
### 🐛 Bug Fixes
10+
11+
- Handle plain strings in --sync-aliases ([#25](https://github.com/dustinblackman/cargo-run-bin/issues/25)) - ([3c4d168](https://github.com/dustinblackman/cargo-run-bin/commit/3c4d168f34bf19e2da1099b6351f00b0ced2383c))
12+
513
## [1.7.3] - 2024-07-05
614
[v1.7.2..v1.7.3](https://github.com/dustinblackman/cargo-run-bin/compare/v1.7.2..v1.7.3)
715

816

17+
### ⛰️ Features
18+
19+
- Release v1.7.3 - ([c6bd9ec](https://github.com/dustinblackman/cargo-run-bin/commit/c6bd9ecf95fdc54c955090837b57d6fdca82b7d1))
20+
921
### 🐛 Bug Fixes
1022

1123
- Fallback to sh for non POSIX shells - ([7281bbb](https://github.com/dustinblackman/cargo-run-bin/commit/7281bbbf0a15b043d66e8f9f307485e210877df0))

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-run-bin"
3-
version = "1.7.3"
3+
version = "1.7.4"
44
authors = ["Dustin Blackman"]
55
categories = ["command-line-utilities", "development-tools::cargo-plugins"]
66
edition = "2021"

0 commit comments

Comments
 (0)