Skip to content

Commit

Permalink
Release v0.1.0-beta2 (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav authored Jun 1, 2024
1 parent 289fb2e commit 2b81ce6
Show file tree
Hide file tree
Showing 12 changed files with 29 additions and 30 deletions.
3 changes: 0 additions & 3 deletions .changes/unreleased/Added-20240601-122230.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Changed-20240528-194221.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Changed-20240528-194306.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Changed-20240528-195746.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Changed-20240531-200838.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Changed-20240601-162128.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Fixed-20240531-202707.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Fixed-20240531-203441.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Fixed-20240531-210710.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Fixed-20240601-151223.yaml

This file was deleted.

14 changes: 14 additions & 0 deletions .changes/v0.1.0-beta2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## v0.1.0-beta2 - 2024-06-01
### Added
- branch rename: Support renaming another branch by name with the `branch rename <old> <new>` form of the command.
### Changed
- (*Breaking*) Change shorthand for 'branch delete' to 'bd'.
- (*Breaking*) Change shorthand for 'branch rename' to 'brn'.
- rebase continue: Don't run continuations if a rebase wasn't in progress. This avoids unexpected behavior from lefotver state.
- branch checkout: Prompt for picking a branch only shows tracked branches by default. Use -u/--untracked to also see untracked branches.
- branch submit: Auto-detect PRs created outside git-spice, e.g. using the GitHub UI.
### Fixed
- repo sync: Fix failure if the worktree has uncommitted changes.
- branch delete: Don't fail if the repository is in detached HEAD state.
- branch delete: Fix repository left on the wrong branch if upstacks were restacked.
- GitHub URL detection now respects non-standard URLs like GHES set via `$GITHUB_URL`.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ 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-beta2 - 2024-06-01
### Added
- branch rename: Support renaming another branch by name with the `branch rename <old> <new>` form of the command.
### Changed
- (*Breaking*) Change shorthand for 'branch delete' to 'bd'.
- (*Breaking*) Change shorthand for 'branch rename' to 'brn'.
- rebase continue: Don't run continuations if a rebase wasn't in progress. This avoids unexpected behavior from lefotver state.
- branch checkout: Prompt for picking a branch only shows tracked branches by default. Use -u/--untracked to also see untracked branches.
- branch submit: Auto-detect PRs created outside git-spice, e.g. using the GitHub UI.
### Fixed
- repo sync: Fix failure if the worktree has uncommitted changes.
- branch delete: Don't fail if the repository is in detached HEAD state.
- branch delete: Fix repository left on the wrong branch if upstacks were restacked.
- GitHub URL detection now respects non-standard URLs like GHES set via `$GITHUB_URL`.

## v0.1.0-beta1 - 2024-05-28
### Added
- Add `gs rebase continue` (alias `gs rbc`) and `gs rebase abort` (alias `gs rba`) to continue git-spice operations interrupted by rebase conflicts.
Expand Down

0 comments on commit 2b81ce6

Please sign in to comment.