Skip to content

Commit 1ffea62

Browse files
committed
Release cargo-smart-release v0.21.8
1 parent 71f3ff8 commit 1ffea62

File tree

3 files changed

+64
-7
lines changed

3 files changed

+64
-7
lines changed

CHANGELOG.md

Lines changed: 62 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,65 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.21.8 (2025-08-03)
9+
10+
### Bug Fixes
11+
12+
- <csr-id-71f3ff862bf403ce30850461edfe447a9bf5ed23/> Allow remote-URLs to be used when pushing.
13+
That way this works when branches are checked out with URLs in stead
14+
of symbolic remote names.
15+
This happens by default when using `gh pr checkout`.
16+
17+
Previously, it would panic, which now also won't happen anymore
18+
in favor of a more descriptive error.
19+
20+
### Commit Statistics
21+
22+
<csr-read-only-do-not-edit/>
23+
24+
- 17 commits contributed to the release.
25+
- 98 days passed between releases.
26+
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
27+
- 0 issues like '(#ID)' were seen in commit messages
28+
29+
### Thanks Clippy
30+
31+
<csr-read-only-do-not-edit/>
32+
33+
[Clippy](https://github.com/rust-lang/rust-clippy) helped 2 times to make code idiomatic.
34+
35+
### Commit Details
36+
37+
<csr-read-only-do-not-edit/>
38+
39+
<details><summary>view details</summary>
40+
41+
* **Uncategorized**
42+
- Allow remote-URLs to be used when pushing. ([`71f3ff8`](https://github.com/Byron/cargo-smart-release/commit/71f3ff862bf403ce30850461edfe447a9bf5ed23))
43+
- Merge pull request #71 from GitoxideLabs/dependabot/cargo/cargo-431d3b394f ([`2919096`](https://github.com/Byron/cargo-smart-release/commit/2919096b1c65a75fb83440d69ede05f6e6ec4989))
44+
- Bump the cargo group with 11 updates ([`ade7955`](https://github.com/Byron/cargo-smart-release/commit/ade79553bede6005c610d52223ff3f185b5c56d3))
45+
- Merge pull request #70 from GitoxideLabs/dependabot/cargo/cargo-81d39f0e3a ([`fa63be7`](https://github.com/Byron/cargo-smart-release/commit/fa63be786391b497aba82c44f11589e80d2ab9b1))
46+
- Bump the cargo group with 32 updates ([`7502019`](https://github.com/Byron/cargo-smart-release/commit/75020193cb282cff0b875e33122ea35f6010c0a1))
47+
- Merge pull request #69 from EliahKagan/thanks-clippy ([`3af51d7`](https://github.com/Byron/cargo-smart-release/commit/3af51d78ed511895436261d78cc1ea4600dc758a))
48+
- Replace another use of `.then()` with `if`-`then` ([`92c4374`](https://github.com/Byron/cargo-smart-release/commit/92c43745ac0cd6f28d8a276c28db0842b8b2826b))
49+
- Thanks clippy ([`344f250`](https://github.com/Byron/cargo-smart-release/commit/344f25047162a8a0eb6fc0065aa8ba7040e3bbac))
50+
- Remove unrelated dependencies by avoiding `pulldown-cmark` default dependencies. ([`bee3e4c`](https://github.com/Byron/cargo-smart-release/commit/bee3e4c9438de9c5e795b5a16078a307beeb961d))
51+
- Merge pull request #68 from GitoxideLabs/dependabot/cargo/cargo-b47431ca3c ([`6533376`](https://github.com/Byron/cargo-smart-release/commit/653337672f1cf85725c94eae64be168aa7c3ed09))
52+
- Bump the cargo group with 47 updates ([`02b3d6d`](https://github.com/Byron/cargo-smart-release/commit/02b3d6dff8c0d00d4ed39e31b68408425035146d))
53+
- Merge pull request #65 from GitoxideLabs/dependabot/cargo/cargo-1c3b7ce06e ([`ffbffae`](https://github.com/Byron/cargo-smart-release/commit/ffbffaeef3c82ea9995a412f07ccccf43823c19b))
54+
- Thanks clippy ([`f8d2f30`](https://github.com/Byron/cargo-smart-release/commit/f8d2f3030acd532174360e8a04c55d0af45fdf9a))
55+
- Adapt to changes in `cargo_metadata` ([`aac2e4b`](https://github.com/Byron/cargo-smart-release/commit/aac2e4b6fded326da062bb6c909b99c73a334cce))
56+
- Bump the cargo group with 38 updates ([`ff64e06`](https://github.com/Byron/cargo-smart-release/commit/ff64e066648453f92b760b9bde6bcfde4fd1e2dc))
57+
- Merge pull request #64 from GitoxideLabs/dependabot/cargo/cargo-bf709c9f14 ([`50a3266`](https://github.com/Byron/cargo-smart-release/commit/50a3266fc1885755a2389c9e8f28c65637dca0ce))
58+
- Bump the cargo group with 8 updates ([`7734556`](https://github.com/Byron/cargo-smart-release/commit/77345560e9cca9bfc6cb9678b52c109d776a866e))
59+
</details>
60+
861
## 0.21.7 (2025-04-27)
962

63+
<csr-id-919acc2000c694a3f2399fa6992a56803653d003/>
64+
<csr-id-202be0927a17cf20c458fab9cc6eb957d3a81584/>
65+
<csr-id-9e3257c19dcd12ed556fd173c7211b729a69d1ff/>
66+
1067
### Chore
1168

1269
- <csr-id-919acc2000c694a3f2399fa6992a56803653d003/> bump the cargo group across 1 directory with 5 updates
@@ -133,10 +190,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
133190

134191
- <csr-id-3267581a7f69bbc2c630552d3daf08fdaa4c7992/> Update project URL and add security policy
135192
- Update the URL in `Cargo.toml` to point to
136-
`GitoxideLabs/cargo-smart-release` since the repo was moved
137-
(though the old URL will still work as a redirect).
138-
139-
- Add a `SECURITY.md` file with the same wording as in `gitoxide`,
193+
`GitoxideLabs/cargo-smart-release` since the repo was moved
194+
(though the old URL will still work as a redirect).
195+
- Add a `SECURITY.md` file with the same wording as in `gitoxide`,
140196
but where the hyperlink is for drafting a `cargo-smart-release`
141197
advisory (rather than a `gitoxide` advisory).
142198

@@ -156,7 +212,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
156212

157213
<csr-read-only-do-not-edit/>
158214

159-
- 48 commits contributed to the release.
215+
- 49 commits contributed to the release.
160216
- 6 commits were understood as [conventional](https://www.conventionalcommits.org).
161217
- 1 unique issue was worked on: [#40](https://github.com/Byron/cargo-smart-release/issues/40)
162218

@@ -175,6 +231,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
175231
* **[#40](https://github.com/Byron/cargo-smart-release/issues/40)**
176232
- Update Contributing guide ([`52f8824`](https://github.com/Byron/cargo-smart-release/commit/52f8824f9ffdff316b36a9270d89ab3e45994478))
177233
* **Uncategorized**
234+
- Release cargo-smart-release v0.21.7 ([`da00838`](https://github.com/Byron/cargo-smart-release/commit/da00838c5a789c79ed47b99b202f88af33b21ab0))
178235
- Merge pull request #63 from GitoxideLabs/dependabot/cargo/cargo-cfb4711de7 ([`008bfec`](https://github.com/Byron/cargo-smart-release/commit/008bfec919b0d5e55a7a71d024f733815febef2e))
179236
- Upgrade `crates-index` and `gix-testtools` ([`350b950`](https://github.com/Byron/cargo-smart-release/commit/350b9508d2a22c62343806f98fad3bd028b42d03))
180237
- Refactor ([`385159e`](https://github.com/Byron/cargo-smart-release/commit/385159e8cad0f79ba84553007b9c139480b82bcd))

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-smart-release"
3-
version = "0.21.7"
3+
version = "0.21.8"
44
authors = ["Sebastian Thiel <[email protected]>"]
55
repository = "https://github.com/GitoxideLabs/cargo-smart-release"
66
description = "Cargo subcommand for fearlessly releasing crates in workspaces."

0 commit comments

Comments
 (0)