Skip to content

Commit 1d51084

Browse files
committed
Release v0.1.0 (#271)
Resolves #219
1 parent 2924b81 commit 1d51084

12 files changed

+41
-27
lines changed

.changes/unreleased/Added-20240718-170745.yaml

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

.changes/unreleased/Added-20240721-182927.yaml

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

.changes/unreleased/Changed-20240721-184408.yaml

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

.changes/unreleased/Fixed-20240710-051406.yaml

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

.changes/unreleased/Fixed-20240712-060108.yaml

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

.changes/unreleased/Fixed-20240718-214230.yaml

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

.changes/unreleased/Fixed-20240720-225921.yaml

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

.changes/unreleased/Fixed-20240721-144539.yaml

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

.changes/unreleased/Removed-20240715-051444.yaml

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

.changes/v0.1.0.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
## v0.1.0 - 2024-07-22
2+
3+
Announcing git-spice, a tool to stack Git branches with ease.
4+
This is the first public release of the tool
5+
after being in a private beta for several months.
6+
7+
### Added
8+
- commit amend: Add -a/--all flag to stage changes to tracked files before committing.
9+
- {branch, downstack, upstack, stack} submit: Post a comment to PRs visualizing the stack and the PR's position in it.
10+
### Changed
11+
- all: Adjust terminology in messaging to refer to Change Requests consistently.
12+
### Removed
13+
- As promised in release notes for v0.1.0-beta5, drop support for old storage format for branch metadata.
14+
### Fixed
15+
- branch split: Fix panicking prompt when there are only two commits in the branch.
16+
- branch submit: Fix --draft/--no-draft API failures for existing PRs.
17+
- branch submit: Fix inability to submit if a directory name in root matches the branch name.
18+
- branch delete: Focus on current branch by default even if it's not tracked.
19+
- {upstack, downstack, stack} submit: Drop a few redundant calls to GitHub API.

0 commit comments

Comments
 (0)