Skip to content

Commit c6bd9ec

Browse files
feat: Release v1.7.3
1 parent a8a5d45 commit c6bd9ec

File tree

3 files changed

+57
-31
lines changed

3 files changed

+57
-31
lines changed

CHANGELOG.md

Lines changed: 55 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,46 @@
22

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

5-
## [1.7.2] - 2024-01-02
5+
## [1.7.3] - 2024-07-05
6+
[v1.7.2..v1.7.3](https://github.com/dustinblackman/cargo-run-bin/compare/v1.7.2..v1.7.3)
7+
8+
9+
### 🐛 Bug Fixes
10+
11+
- Fallback to sh for non POSIX shells - ([7281bbb](https://github.com/dustinblackman/cargo-run-bin/commit/7281bbbf0a15b043d66e8f9f307485e210877df0))
12+
13+
### 📚 Documentation
614

15+
- Add distro packages section ([#22](https://github.com/dustinblackman/cargo-run-bin/issues/22)) - ([7e8378c](https://github.com/dustinblackman/cargo-run-bin/commit/7e8378c0ebff7c044e475407583ed8caf6bf2ec0))
16+
- Update version in README - ([42f87f9](https://github.com/dustinblackman/cargo-run-bin/commit/42f87f989cda444b841608db79c83cec2435a618))
17+
18+
### ⚙️ Miscellaneous Tasks
19+
20+
- Fix lint - ([a8a5d45](https://github.com/dustinblackman/cargo-run-bin/commit/a8a5d452f81eb29483f584d4bc636cfe2393386c))
21+
- Drop owo - ([1dd54c4](https://github.com/dustinblackman/cargo-run-bin/commit/1dd54c478e35f22e4ba7fd1e0d46c100ecd64b62))
22+
- Update bin deps - ([33a2c0f](https://github.com/dustinblackman/cargo-run-bin/commit/33a2c0ff5694f75e9ddc7af8f65b223ab090a32f))
23+
- Drop dprint - ([02a968f](https://github.com/dustinblackman/cargo-run-bin/commit/02a968fc095cf8afc1615ea4cd4e936b4fc1e7e6))
24+
- Update binstall - ([ea0de75](https://github.com/dustinblackman/cargo-run-bin/commit/ea0de75ef4b0ff8d4c99ce3ab0cdd051da9f7006))
25+
- Update cargo-gha to latest - ([0dd4f2d](https://github.com/dustinblackman/cargo-run-bin/commit/0dd4f2d23d5909374f4513424490ff887a41d742))
26+
27+
## [1.7.2] - 2024-01-02
728
[v1.7.1..v1.7.2](https://github.com/dustinblackman/cargo-run-bin/compare/v1.7.1..v1.7.2)
829

30+
31+
### ⛰️ Features
32+
33+
- Release v1.7.2 - ([d11b188](https://github.com/dustinblackman/cargo-run-bin/commit/d11b1885a946214e4027a4f564f108b93c0ef0ea))
34+
935
### ⚙️ Miscellaneous Tasks
1036

1137
- Reduce MSRV - ([813f0bc](https://github.com/dustinblackman/cargo-run-bin/commit/813f0bc35ece0092cf04be043cc89571dea12ff2))
1238
- Remove version pinning - ([d466351](https://github.com/dustinblackman/cargo-run-bin/commit/d466351f0ea2098d063959b63585d24c9fd0e06d))
1339

1440
## [1.7.1] - 2024-01-01
15-
1641
[v1.7.0..v1.7.1](https://github.com/dustinblackman/cargo-run-bin/compare/v1.7.0..v1.7.1)
1742

18-
### ⛰️ Features
43+
44+
### ⛰️ Features
1945

2046
- Release v1.7.1 - ([c4c0861](https://github.com/dustinblackman/cargo-run-bin/commit/c4c0861672c77e0315070e30cf86719fa8e377b9))
2147

@@ -24,10 +50,10 @@ All notable changes to this project will be documented in this file.
2450
- Version flag, no parameters - ([e00ebe3](https://github.com/dustinblackman/cargo-run-bin/commit/e00ebe3c93367df53c91a6eb08fe3e8dc6e9fda8))
2551

2652
## [1.7.0] - 2024-01-01
27-
2853
[v1.6.1..v1.7.0](https://github.com/dustinblackman/cargo-run-bin/compare/v1.6.1..v1.7.0)
2954

30-
### ⛰️ Features
55+
56+
### ⛰️ Features
3157

3258
- Release v1.7.0 - ([416012f](https://github.com/dustinblackman/cargo-run-bin/commit/416012fa4cf20bc8c1a233a76f738c71c25e7d08))
3359
- 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.
5682
- 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))
5783

5884
## [1.6.1] - 2023-12-16
59-
6085
[v1.6.0..v1.6.1](https://github.com/dustinblackman/cargo-run-bin/compare/v1.6.0..v1.6.1)
6186

62-
### ⛰️ Features
87+
88+
### ⛰️ Features
6389

6490
- Release v1.6.1 - ([5d18ad7](https://github.com/dustinblackman/cargo-run-bin/commit/5d18ad7e827fb7bb0417218610a13a23bf7b5fd0))
6591

@@ -69,10 +95,10 @@ All notable changes to this project will be documented in this file.
6995
- Release command - ([032e97f](https://github.com/dustinblackman/cargo-run-bin/commit/032e97f52c612d68c4668d333e46cf56015b7eb6))
7096

7197
## [1.6.0] - 2023-12-01
72-
7398
[v1.5.0..v1.6.0](https://github.com/dustinblackman/cargo-run-bin/compare/v1.5.0..v1.6.0)
7499

75-
### ⛰️ Features
100+
101+
### ⛰️ Features
76102

77103
- Release v1.6.0 - ([fd34f2b](https://github.com/dustinblackman/cargo-run-bin/commit/fd34f2bd1713eefacd59d429d73d71da3c638325))
78104
- 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.
86112
- Add banner - ([ddca279](https://github.com/dustinblackman/cargo-run-bin/commit/ddca279206775df41a98d05f476d579e6145c586))
87113

88114
## [1.5.0] - 2023-10-27
89-
90115
[v1.4.1..v1.5.0](https://github.com/dustinblackman/cargo-run-bin/compare/v1.4.1..v1.5.0)
91116

92-
### ⛰️ Features
117+
118+
### ⛰️ Features
93119

94120
- Support path in package source - ([d4c8c39](https://github.com/dustinblackman/cargo-run-bin/commit/d4c8c392e5f8b40e330cd5b596eda68b1d378e79))
95121

@@ -109,9 +135,9 @@ All notable changes to this project will be documented in this file.
109135
- Fix binary.rs lint - ([8f50248](https://github.com/dustinblackman/cargo-run-bin/commit/8f5024858944f82a9660a8cc49b69ad244e6d6c3))
110136

111137
## [1.4.1] - 2023-10-06
112-
113138
[v1.4.0..v1.4.1](https://github.com/dustinblackman/cargo-run-bin/compare/v1.4.0..v1.4.1)
114139

140+
115141
### 📚 Documentation
116142

117143
- 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.
124150
- `tauri-mobile` -> `cargo-mobile2` - ([e2130fe](https://github.com/dustinblackman/cargo-run-bin/commit/e2130fe1b0813e153ac49ac78bdbb3d289d64bc2))
125151

126152
## [1.4.0] - 2023-10-04
127-
128153
[v1.3.2..v1.4.0](https://github.com/dustinblackman/cargo-run-bin/compare/v1.3.2..v1.4.0)
129154

130-
### ⛰️ Features
155+
156+
### ⛰️ Features
131157

132158
- Support git in package source - ([7151499](https://github.com/dustinblackman/cargo-run-bin/commit/7151499b4b47861f84c63b958af8cd36aa8648a9))
133159

@@ -145,9 +171,9 @@ All notable changes to this project will be documented in this file.
145171
- Lint - ([ebba9c4](https://github.com/dustinblackman/cargo-run-bin/commit/ebba9c44f97ab0331f8114b72a99caf60c0d8de4))
146172

147173
## [1.3.2] - 2023-09-20
148-
149174
[v1.3.1..v1.3.2](https://github.com/dustinblackman/cargo-run-bin/compare/v1.3.1..v1.3.2)
150175

176+
151177
### 🐛 Bug Fixes
152178

153179
- 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.
157183
- Release cargo-run-bin version 1.3.2 - ([be3cc40](https://github.com/dustinblackman/cargo-run-bin/commit/be3cc4059b7d961819d3c47268f30ee1b87b0ec1))
158184

159185
## [1.3.1] - 2023-09-20
160-
161186
[v1.3.0..v1.3.1](https://github.com/dustinblackman/cargo-run-bin/compare/v1.3.0..v1.3.1)
162187

188+
163189
### 🐛 Bug Fixes
164190

165191
- 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.
169195
- Release cargo-run-bin version 1.3.1 - ([83349f9](https://github.com/dustinblackman/cargo-run-bin/commit/83349f99e01d665336d26ff7753ffb2a5a6ffb12))
170196

171197
## [1.3.0] - 2023-09-20
172-
173198
[v1.2.0..v1.3.0](https://github.com/dustinblackman/cargo-run-bin/compare/v1.2.0..v1.3.0)
174199

175-
### ⛰️ Features
200+
201+
### ⛰️ Features
176202

177203
- Add cargo-gha to path if it exists - ([c404b48](https://github.com/dustinblackman/cargo-run-bin/commit/c404b480e17e9abf12586dc865111d7546609849))
178204
- 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.
184210
- Update lockfile - ([c6f752f](https://github.com/dustinblackman/cargo-run-bin/commit/c6f752f24a01077fb260c9561c7b4aeed1972fdf))
185211

186212
## [1.2.0] - 2023-08-26
187-
188213
[v1.1.5..v1.2.0](https://github.com/dustinblackman/cargo-run-bin/compare/v1.1.5..v1.2.0)
189214

190-
### ⛰️ Features
215+
216+
### ⛰️ Features
191217

192218
- Add support for Cargo workspaces - ([208b000](https://github.com/dustinblackman/cargo-run-bin/commit/208b000f47ee7666009a066a9f2a5124275ea381))
193219

@@ -204,9 +230,9 @@ All notable changes to this project will be documented in this file.
204230
- Release cargo-run-bin version 1.2.0 - ([b600075](https://github.com/dustinblackman/cargo-run-bin/commit/b600075b1af551d509fdf9fcfeeff97d74c5d446))
205231

206232
## [1.1.5] - 2023-08-12
207-
208233
[v1.1.4..v1.1.5](https://github.com/dustinblackman/cargo-run-bin/compare/v1.1.4..v1.1.5)
209234

235+
210236
### 🐛 Bug Fixes
211237

212238
- 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.
232258
- Add release and changelog scripts - ([6b0e2b0](https://github.com/dustinblackman/cargo-run-bin/commit/6b0e2b0d9b6ce0bd6302ca87f38d592ef22824a4))
233259

234260
## [1.1.4] - 2023-08-08
235-
236261
[v1.1.3..v1.1.4](https://github.com/dustinblackman/cargo-run-bin/compare/v1.1.3..v1.1.4)
237262

263+
238264
### ⚙️ Miscellaneous Tasks
239265

240266
- Release v1.1.4 - ([494d7ac](https://github.com/dustinblackman/cargo-run-bin/commit/494d7acfefc7ac8a3e2124b50fcd3f951fc5d196))
241267
- Drop windows releases - ([d65fb49](https://github.com/dustinblackman/cargo-run-bin/commit/d65fb495283573ee2ecac0c7edba66c9551b6a95))
242268

243269
## [1.1.3] - 2023-08-08
244-
245270
[v1.1.2..v1.1.3](https://github.com/dustinblackman/cargo-run-bin/compare/v1.1.2..v1.1.3)
246271

272+
247273
### 🐛 Bug Fixes
248274

249275
- 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.
253279
- Release v1.1.3 - ([7783dbd](https://github.com/dustinblackman/cargo-run-bin/commit/7783dbd4b9f2460c5900c7e00b65d9ec2ab4e54b))
254280

255281
## [1.1.2] - 2023-08-08
256-
257282
[v1.1.1..v1.1.2](https://github.com/dustinblackman/cargo-run-bin/compare/v1.1.1..v1.1.2)
258283

284+
259285
### 🐛 Bug Fixes
260286

261287
- 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.
265291
- Release v1.1.2 - ([883a75f](https://github.com/dustinblackman/cargo-run-bin/commit/883a75ffad28d62d29c7ab87b7cc8bc186898dea))
266292

267293
## [1.1.1] - 2023-08-08
268-
269294
[v1.0.1..v1.1.1](https://github.com/dustinblackman/cargo-run-bin/compare/v1.0.1..v1.1.1)
270295

271-
### ⛰️ Features
296+
297+
### ⛰️ Features
272298

273299
- Add binstall support - ([f702124](https://github.com/dustinblackman/cargo-run-bin/commit/f702124692e23f8c14040cf0935b90c4877ed4ee))
274300

@@ -285,9 +311,9 @@ All notable changes to this project will be documented in this file.
285311
- Add clippy to toolchain - ([aa7161e](https://github.com/dustinblackman/cargo-run-bin/commit/aa7161e0bf3ff522144e318b26746359801b0b07))
286312

287313
## [1.0.1] - 2023-08-07
288-
289314
[v1.0.0..v1.0.1](https://github.com/dustinblackman/cargo-run-bin/compare/v1.0.0..v1.0.1)
290315

316+
291317
### 🐛 Bug Fixes
292318

293319
- 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.
297323
- Lint - ([74b66ad](https://github.com/dustinblackman/cargo-run-bin/commit/74b66ad09d2346e7def0ea7275e16f4bd37bd5e6))
298324

299325
## [1.0.0] - 2023-08-07
300-
301326
[..v1.0.0](https://github.com/dustinblackman/cargo-run-bin/compare/..v1.0.0)
302327

303-
### ⛰️ Features
328+
329+
### ⛰️ Features
304330

305331
- Add sync aliases - ([5d7ffed](https://github.com/dustinblackman/cargo-run-bin/commit/5d7ffed87bb9ff7b78ce7a228379a35492e45f11))
306332
- Add build and run functionality - ([9a7218c](https://github.com/dustinblackman/cargo-run-bin/commit/9a7218c20c09797097b518a605c1d2b6c365ec30))

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.2"
3+
version = "1.7.3"
44
authors = ["Dustin Blackman"]
55
categories = ["command-line-utilities", "development-tools::cargo-plugins"]
66
edition = "2021"

0 commit comments

Comments
 (0)