Skip to content

Commit 8c7ef2c

Browse files
authored
Release v0.6.0 (#412)
1 parent 563a164 commit 8c7ef2c

12 files changed

+27
-36
lines changed

.changes/unreleased/Added-20240907-161636.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Changed-20240904-054549.yaml

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changes/unreleased/Changed-20240913-185002.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Changed-20240914-175829.yaml

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changes/unreleased/Fixed-20240903-182150.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Fixed-20240912-045448.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Fixed-20240912-051752.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Fixed-20240914-120358.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/v0.6.0.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## <a name="v0.6.0">v0.6.0</a> - 2024-09-17
2+
### Added
3+
- Windows support.
4+
### Changed
5+
- submit: If a CR for a branch is closed or merged, and the branch is submitted again, git-spice will now create a new CR for that branch instead of failing to update the existing CR.
6+
- repo sync: Reduce the number of network requests made to check status of submitted branches.
7+
- repo sync: Gracefully degrade for unsupported Git hosting services by looking for merged branches locally instead of attempting to make API requests and failing. This only works for merge commits and fast-forwards, but it makes it easier to use git-spice with non-GitHub remotes.
8+
### Fixed
9+
- branch submit: Present template list in consistent order.
10+
- branch create: Fix bug where aborting a commit would leave the repository in a detached HEAD state.
11+
- repo sync: Don't warn about missing remote tracking branch if it was already deleted by a 'git fetch --prune' or similar operation.
12+
- repo sync: Delete the correct tracking branch for renamed branches.

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
66
and is generated by [Changie](https://github.com/miniscruff/changie).
77

8+
## <a name="v0.6.0">v0.6.0</a> - 2024-09-17
9+
### Added
10+
- Windows support.
11+
### Changed
12+
- submit: If a CR for a branch is closed or merged, and the branch is submitted again, git-spice will now create a new CR for that branch instead of failing to update the existing CR.
13+
- repo sync: Reduce the number of network requests made to check status of submitted branches.
14+
- repo sync: Gracefully degrade for unsupported Git hosting services by looking for merged branches locally instead of attempting to make API requests and failing. This only works for merge commits and fast-forwards, but it makes it easier to use git-spice with non-GitHub remotes.
15+
### Fixed
16+
- branch submit: Present template list in consistent order.
17+
- branch create: Fix bug where aborting a commit would leave the repository in a detached HEAD state.
18+
- repo sync: Don't warn about missing remote tracking branch if it was already deleted by a 'git fetch --prune' or similar operation.
19+
- repo sync: Delete the correct tracking branch for renamed branches.
20+
821
## <a name="v0.5.2">v0.5.2</a> - 2024-08-30
922
### Fixed
1023
- submit: Fix outdated PR template being used when trunk is behind its remote ref.

0 commit comments

Comments
 (0)