Skip to content

Commit

Permalink
Release v0.7.0 (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav authored Oct 2, 2024
1 parent 95fce5e commit 94b52d8
Show file tree
Hide file tree
Showing 11 changed files with 33 additions and 29 deletions.
3 changes: 0 additions & 3 deletions .changes/unreleased/Changed-20240928-162434.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Changed-20240929-211454.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/Fixed-20240919-053401.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Fixed-20240922-131955.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Fixed-20240927-074731.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Fixed-20240927-221256.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Fixed-20240928-110233.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Fixed-20240928-162724.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Fixed-20240928-162826.yaml

This file was deleted.

16 changes: 16 additions & 0 deletions .changes/v0.7.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## <a name="v0.7.0">v0.7.0</a> - 2024-10-02

This release contains significant changes to internal state management to prevent corruption.
If you run into any issues, please [report them here](https://github.com/abhinav/git-spice/issues/new).

### Changed
- branch delete: Accept multiple branches for deletion.
- Branch selection widget is now smarter about prioritizing fuzzy matches.
### Fixed
- branch create: Prevent creation of tracked branches with untracked bases as this leaves the storage in a corrupted state.
- repo init: Don't leave dangling branch references when trunk is changed.
- branch create: Don't commit staged changes if git-spice is unable to save the branch to its internal storage.
- branch onto: Don't rebase the branch if changing its base would corrupt the data store.
- github: Recognize remote URLs in the form `ssh://[email protected]:443/org/repo`.
- repo sync: Fix case when many branches from the same stack are merged, and order of deletion causes a restacking error or conflict.
- repo sync: Reduce the number of redundant operations performed when processing multiple merged branches.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ 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.7.0">v0.7.0</a> - 2024-10-02

This release contains significant changes to internal state management to prevent corruption.
If you run into any issues, please [report them here](https://github.com/abhinav/git-spice/issues/new).

### Changed
- branch delete: Accept multiple branches for deletion.
- Branch selection widget is now smarter about prioritizing fuzzy matches.
### Fixed
- branch create: Prevent creation of tracked branches with untracked bases as this leaves the storage in a corrupted state.
- repo init: Don't leave dangling branch references when trunk is changed.
- branch create: Don't commit staged changes if git-spice is unable to save the branch to its internal storage.
- branch onto: Don't rebase the branch if changing its base would corrupt the data store.
- github: Recognize remote URLs in the form `ssh://[email protected]:443/org/repo`.
- repo sync: Fix case when many branches from the same stack are merged, and order of deletion causes a restacking error or conflict.
- repo sync: Reduce the number of redundant operations performed when processing multiple merged branches.

## <a name="v0.6.0">v0.6.0</a> - 2024-09-17
### Added
- Windows support.
Expand Down

0 comments on commit 94b52d8

Please sign in to comment.