Skip to content

Commit

Permalink
Release v0.6.0 (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav authored Sep 17, 2024
1 parent 563a164 commit 8c7ef2c
Show file tree
Hide file tree
Showing 12 changed files with 27 additions and 36 deletions.
3 changes: 0 additions & 3 deletions .changes/unreleased/Added-20240907-161636.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/unreleased/Changed-20240904-054549.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Changed-20240913-185002.yaml

This file was deleted.

9 changes: 0 additions & 9 deletions .changes/unreleased/Changed-20240914-175829.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Fixed-20240903-182150.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Fixed-20240912-045448.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Fixed-20240912-051752.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Fixed-20240914-120358.yaml

This file was deleted.

12 changes: 12 additions & 0 deletions .changes/v0.6.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## <a name="v0.6.0">v0.6.0</a> - 2024-09-17
### Added
- Windows support.
### Changed
- 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.
- repo sync: Reduce the number of network requests made to check status of submitted branches.
- 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.
### Fixed
- branch submit: Present template list in consistent order.
- branch create: Fix bug where aborting a commit would leave the repository in a detached HEAD state.
- repo sync: Don't warn about missing remote tracking branch if it was already deleted by a 'git fetch --prune' or similar operation.
- repo sync: Delete the correct tracking branch for renamed branches.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).

## <a name="v0.6.0">v0.6.0</a> - 2024-09-17
### Added
- Windows support.
### Changed
- 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.
- repo sync: Reduce the number of network requests made to check status of submitted branches.
- 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.
### Fixed
- branch submit: Present template list in consistent order.
- branch create: Fix bug where aborting a commit would leave the repository in a detached HEAD state.
- repo sync: Don't warn about missing remote tracking branch if it was already deleted by a 'git fetch --prune' or similar operation.
- repo sync: Delete the correct tracking branch for renamed branches.

## <a name="v0.5.2">v0.5.2</a> - 2024-08-30
### Fixed
- submit: Fix outdated PR template being used when trunk is behind its remote ref.
Expand Down
2 changes: 1 addition & 1 deletion doc/src/recipes.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ and then work on them, you can use the following to adjust the workflow:

### Working with non-GitHub remotes

<!-- gs:version unreleased -->
<!-- gs:version v0.6.0 -->

If you're using a Git hosting service that is not GitHub
(e.g. GitLab, Bitbucket, etc.),
Expand Down
2 changes: 1 addition & 1 deletion doc/src/start/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ or built from source.

- **Operating system**:
Linux and macOS are fully supported.
Windows support was added in <!-- gs:version unreleased -->.
Windows support was added in <!-- gs:version v0.6.0 -->.

- **Architecture**:
x86_64 and aarch64 architectures are supported.
Expand Down

0 comments on commit 8c7ef2c

Please sign in to comment.