Skip to content

Commit

Permalink
Release v0.1.0-rc2 (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav authored Jul 8, 2024
1 parent fdcc445 commit 3e26bd8
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 27 deletions.
3 changes: 0 additions & 3 deletions .changes/unreleased/Added-20240702-055227.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Added-20240702-195319.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Added-20240702-195343.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Added-20240702-202244.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Added-20240703-053402.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Added-20240703-183729.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Added-20240708-051946.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Changed-20240707-112350.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Fixed-20240702-055306.yaml

This file was deleted.

13 changes: 13 additions & 0 deletions .changes/v0.1.0-rc2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## v0.1.0-rc2 - 2024-07-08
### Added
- Add 'upstack submit' to submit a branch and those above it. Best used after restacking the middle of an already-submitted stack.
- Add 'commit split' command to split the topmost commit into two commits.
- {stack, upstack, downstack} submit: Add --draft/--no-draft flags for changing the reviewability status of a PR.
- {stack, upstack, downstack} submit: Add --no-publish to push stack branches without posting PRs for them.
- branch create: Add -a/--all flag that behaves like 'git add -a'
- auth login: Add support back for logging in with GitHub CLI.
### Changed
- branch submit: If a submission fails, recover previously-filled metadata automatically in subsequent submit attempts.
- Branch prompt now presents a tree-style view where possible. This includes 'branch checkout', 'branch onto', 'up', and more.
### Fixed
- branch submit: Improve error message when trying to submit trunk.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ 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).

## v0.1.0-rc2 - 2024-07-08
### Added
- Add 'upstack submit' to submit a branch and those above it. Best used after restacking the middle of an already-submitted stack.
- Add 'commit split' command to split the topmost commit into two commits.
- {stack, upstack, downstack} submit: Add --draft/--no-draft flags for changing the reviewability status of a PR.
- {stack, upstack, downstack} submit: Add --no-publish to push stack branches without posting PRs for them.
- branch create: Add -a/--all flag that behaves like 'git add -a'
- auth login: Add support back for logging in with GitHub CLI.
### Changed
- branch submit: If a submission fails, recover previously-filled metadata automatically in subsequent submit attempts.
- Branch prompt now presents a tree-style view where possible. This includes 'branch checkout', 'branch onto', 'up', and more.
### Fixed
- branch submit: Improve error message when trying to submit trunk.

## v0.1.0-rc1 - 2024-07-02
### Added
- Add 'gs auth login', 'gs auth logout', and 'gs auth status' commands to log in, log out, and check the authentication status. Supports OAuth, GitHub App, and Personal Access Token. Authentication tokens are stored in the system keychain.
Expand Down

0 comments on commit 3e26bd8

Please sign in to comment.