Skip to content

Commit

Permalink
feat: Release v1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinblackman committed Nov 25, 2024
1 parent 3c4d168 commit aecae1f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,22 @@

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

## [1.7.4] - 2024-11-25
[v1.7.3..v1.7.4](https://github.com/dustinblackman/cargo-run-bin/compare/v1.7.3..v1.7.4)


### 🐛 Bug Fixes

- 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))

## [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)


### ⛰️ Features

- Release v1.7.3 - ([c6bd9ec](https://github.com/dustinblackman/cargo-run-bin/commit/c6bd9ecf95fdc54c955090837b57d6fdca82b7d1))

### 🐛 Bug Fixes

- Fallback to sh for non POSIX shells - ([7281bbb](https://github.com/dustinblackman/cargo-run-bin/commit/7281bbbf0a15b043d66e8f9f307485e210877df0))
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-run-bin"
version = "1.7.3"
version = "1.7.4"
authors = ["Dustin Blackman"]
categories = ["command-line-utilities", "development-tools::cargo-plugins"]
edition = "2021"
Expand Down

0 comments on commit aecae1f

Please sign in to comment.