Skip to content

Commit

Permalink
Release v0.1.0-alpha4 (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav authored May 24, 2024
1 parent f14b80a commit 020ffbd
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 18 deletions.
3 changes: 0 additions & 3 deletions .changes/unreleased/Added-20240523-193544.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Added-20240523-194314.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Changed-20240523-191153.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Fixed-20240523-195844.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Fixed-20240523-202628.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Fixed-20240523-204443.yaml

This file was deleted.

10 changes: 10 additions & 0 deletions .changes/v0.1.0-alpha4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## v0.1.0-alpha4 - 2024-05-24
### Added
- commit create, commit amend: Allow using during an ongoing rebase. During a rebase, these commands will not restack the upstack.
- repo sync: Support running in detached head state.
### Changed
- *Breaking*: Change restack alias to 'r', allowing for 'br', 'sr', 'usr', etc.
### Fixed
- Adjust restacking commit selection to avoid picking up extraneous commits.
- branch submit: Don't truncate PR bodies longer than 400 characters.
- branch edit: Fix not surfacing the editor to the user.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ 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-alpha4 - 2024-05-24
### Added
- commit create, commit amend: Allow using during an ongoing rebase. During a rebase, these commands will not restack the upstack.
- repo sync: Support running in detached head state.
### Changed
- *Breaking*: Change restack alias to 'r', allowing for 'br', 'sr', 'usr', etc.
### Fixed
- Adjust restacking commit selection to avoid picking up extraneous commits.
- branch submit: Don't truncate PR bodies longer than 400 characters.
- branch edit: Fix not surfacing the editor to the user.

## v0.1.0-alpha3 - 2024-05-23
### Changed
- branch delete: Report hash of deleted branch. Use this to recover the deleted branch before the next `git gc`.
Expand Down

0 comments on commit 020ffbd

Please sign in to comment.