You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+62-5Lines changed: 62 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,65 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
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))
0 commit comments