Skip to content

Commit 3226446

Browse files
authored
Release v0.10.0 (#539)
1 parent 7b4062d commit 3226446

13 files changed

+42
-40
lines changed

.changes/unreleased/Added-20241127-125953.yaml

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

.changes/unreleased/Added-20241130-172501.yaml

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

.changes/unreleased/Added-20241201-115758.yaml

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

.changes/unreleased/Added-20241201-205446.yaml

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

.changes/unreleased/Added-20241220-194631.yaml

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

.changes/unreleased/Added-20241220-211843.yaml

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

.changes/unreleased/Changed-20241129-120946.yaml

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

.changes/unreleased/Changed-20241220-091825.yaml

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

.changes/unreleased/Fixed-20241221-151600.yaml

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

.changes/v0.10.0.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
## <a name="v0.10.0">v0.10.0</a> - 2025-01-02
2+
3+
This release addresses a long-standing limitation of navigation comments:
4+
they were limited only to open CRs.
5+
With the help of [@VenelinMartinov](https://github.com/VenelinMartinov),
6+
git-spice will now retain history of merged downstack CRs when posting navigation comments.
7+
8+
### Added
9+
- commit create: Add `--fixup` flag to create fixup commits. You can use `git rebase --interactive` or `gs branch edit` to combine these fixup commits into their targets.
10+
- rebase continue: Add `--[no-]edit` flag to specify whether an editor should open to change the commit message. Defaults to the value of the `spice.rebaseContinue.edit` configuration option if set, or true if not.
11+
- Add `--no-verify` flag to bypass pre-commit and commit-msg Git hooks for commands that create new commits. This includes 'commit create', 'commit amend', 'commit split', and 'branch create'.
12+
- state: Track version of the state store layout in use. This should be a no-op for users, but it protects against future changes to the layout.
13+
- submit: Add `--update-only` flag to update open CRs but not create new ones. Branches that would create new CRs are ignored.
14+
### Changed
15+
- submit: Include merged downstack changes in navigation comments when restacking and resubmitting changes based on them.
16+
- commit amend: Deprecate `-n` form of `--no-edit`. This will be deleted in a future version.
17+
- branch delete: If multiple branches are provided, delete them in a more predictable order.
18+
### Fixed
19+
- Reduce repeated work between git-spice commands that invoke each other.

0 commit comments

Comments
 (0)