diff --git a/.changes/unreleased/Added-20240601-122230.yaml b/.changes/unreleased/Added-20240601-122230.yaml deleted file mode 100644 index 15f09548..00000000 --- a/.changes/unreleased/Added-20240601-122230.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Added -body: 'branch rename: Support renaming another branch by name with the `branch rename ` form of the command.' -time: 2024-06-01T12:22:30.93713-07:00 diff --git a/.changes/unreleased/Changed-20240528-194221.yaml b/.changes/unreleased/Changed-20240528-194221.yaml deleted file mode 100644 index 65b6f848..00000000 --- a/.changes/unreleased/Changed-20240528-194221.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Changed -body: (*Breaking*) Change shorthand for 'branch delete' to 'bd'. -time: 2024-05-28T19:42:21.606423-07:00 diff --git a/.changes/unreleased/Changed-20240528-194306.yaml b/.changes/unreleased/Changed-20240528-194306.yaml deleted file mode 100644 index d30b47b2..00000000 --- a/.changes/unreleased/Changed-20240528-194306.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Changed -body: (*Breaking*) Change shorthand for 'branch rename' to 'brn'. -time: 2024-05-28T19:43:06.253854-07:00 diff --git a/.changes/unreleased/Changed-20240528-195746.yaml b/.changes/unreleased/Changed-20240528-195746.yaml deleted file mode 100644 index 67d9590f..00000000 --- a/.changes/unreleased/Changed-20240528-195746.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Changed -body: 'rebase continue: Don''t run continuations if a rebase wasn''t in progress. This avoids unexpected behavior from lefotver state.' -time: 2024-05-28T19:57:46.263424-07:00 diff --git a/.changes/unreleased/Changed-20240531-200838.yaml b/.changes/unreleased/Changed-20240531-200838.yaml deleted file mode 100644 index 754dc8e4..00000000 --- a/.changes/unreleased/Changed-20240531-200838.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Changed -body: 'branch checkout: Prompt for picking a branch only shows tracked branches by default. Use -u/--untracked to also see untracked branches.' -time: 2024-05-31T20:08:38.408083-07:00 diff --git a/.changes/unreleased/Changed-20240601-162128.yaml b/.changes/unreleased/Changed-20240601-162128.yaml deleted file mode 100644 index 84ffc078..00000000 --- a/.changes/unreleased/Changed-20240601-162128.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Changed -body: 'branch submit: Auto-detect PRs created outside git-spice, e.g. using the GitHub UI.' -time: 2024-06-01T16:21:28.52887-07:00 diff --git a/.changes/unreleased/Fixed-20240531-202707.yaml b/.changes/unreleased/Fixed-20240531-202707.yaml deleted file mode 100644 index b68a9f49..00000000 --- a/.changes/unreleased/Fixed-20240531-202707.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Fixed -body: 'repo sync: Fix failure if the worktree has uncommitted changes.' -time: 2024-05-31T20:27:07.299184-07:00 diff --git a/.changes/unreleased/Fixed-20240531-203441.yaml b/.changes/unreleased/Fixed-20240531-203441.yaml deleted file mode 100644 index c04da43a..00000000 --- a/.changes/unreleased/Fixed-20240531-203441.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Fixed -body: 'branch delete: Don''t fail if the repository is in detached HEAD state.' -time: 2024-05-31T20:34:41.301336-07:00 diff --git a/.changes/unreleased/Fixed-20240531-210710.yaml b/.changes/unreleased/Fixed-20240531-210710.yaml deleted file mode 100644 index 75ba767f..00000000 --- a/.changes/unreleased/Fixed-20240531-210710.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Fixed -body: 'branch delete: Fix repository left on the wrong branch if upstacks were restacked.' -time: 2024-05-31T21:07:10.655054-07:00 diff --git a/.changes/unreleased/Fixed-20240601-151223.yaml b/.changes/unreleased/Fixed-20240601-151223.yaml deleted file mode 100644 index 22578a0b..00000000 --- a/.changes/unreleased/Fixed-20240601-151223.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Fixed -body: GitHub URL detection now respects non-standard URLs like GHES set via `$GITHUB_URL`. -time: 2024-06-01T15:12:23.588802-07:00 diff --git a/.changes/v0.1.0-beta2.md b/.changes/v0.1.0-beta2.md new file mode 100644 index 00000000..5dcb2bea --- /dev/null +++ b/.changes/v0.1.0-beta2.md @@ -0,0 +1,14 @@ +## v0.1.0-beta2 - 2024-06-01 +### Added +- branch rename: Support renaming another branch by name with the `branch rename ` 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`. diff --git a/CHANGELOG.md b/CHANGELOG.md index a2ddbccc..cc4608b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ` 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.