Skip to content

Commit a6ae045

Browse files
authored
Release v0.2.0 (#288)
1 parent 1a3a0c3 commit a6ae045

11 files changed

+26
-27
lines changed

.changes/unreleased/Added-20240722-051924.yaml

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

.changes/unreleased/Added-20240722-195530.yaml

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

.changes/unreleased/Changed-20240723-091300.yaml

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

.changes/unreleased/Fixed-20240722-184205.yaml

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

.changes/unreleased/Fixed-20240722-200542.yaml

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

.changes/unreleased/Fixed-20240723-070944.yaml

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

.changes/unreleased/Fixed-20240723-071006.yaml

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

.changes/unreleased/Fixed-20240723-072206.yaml

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

.changes/v0.2.0.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## <a name="v0.2.0">v0.2.0</a> - 2024-07-23
2+
### Added
3+
- Publish pre-built Linux ARM binaries.
4+
- {branch, stack, upstack, downstack} submit: Add --force flag. This acts like 'git push --force'.
5+
### Changed
6+
- cli: Show --help when run without arguments
7+
### Fixed
8+
- branch submit: Fix incorrect warning about current branch not being tracked when --no-publish is used.
9+
- branch submit: Fix bug where updating an open PR would overwrite changes pushed to it by others. Use --force to overwrite these changes.
10+
- branch submit: Use the same editor used by Git for commit messages to author the PR body.
11+
- branch submit: Allow Git editor to be a shell command, not just an executable name.
12+
- {downstack, stack} edit: Use Git editor to edit list of 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.2.0">v0.2.0</a> - 2024-07-23
9+
### Added
10+
- Publish pre-built Linux ARM binaries.
11+
- {branch, stack, upstack, downstack} submit: Add --force flag. This acts like 'git push --force'.
12+
### Changed
13+
- cli: Show --help when run without arguments
14+
### Fixed
15+
- branch submit: Fix incorrect warning about current branch not being tracked when --no-publish is used.
16+
- branch submit: Fix bug where updating an open PR would overwrite changes pushed to it by others. Use --force to overwrite these changes.
17+
- branch submit: Use the same editor used by Git for commit messages to author the PR body.
18+
- branch submit: Allow Git editor to be a shell command, not just an executable name.
19+
- {downstack, stack} edit: Use Git editor to edit list of branches.
20+
821
## <a name="v0.1.0">v0.1.0</a> - 2024-07-22
922

1023
Announcing git-spice, a tool to stack Git branches with ease.

0 commit comments

Comments
 (0)