Skip to content

Commit

Permalink
Release v0.3.1 (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav authored Jul 30, 2024
1 parent ec843e3 commit 3c77e4d
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 12 deletions.
3 changes: 0 additions & 3 deletions .changes/unreleased/Fixed-20240729-192426.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Fixed-20240729-194855.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Fixed-20240729-201902.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Fixed-20240729-210429.yaml

This file was deleted.

6 changes: 6 additions & 0 deletions .changes/v0.3.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## <a name="v0.3.1">v0.3.1</a> - 2024-07-30
### Fixed
- branch submit: Fail if Git editor is explicitly unset and there's no fallback.
- branch create: Ensure auto-generated branch names are unique.
- branch create: Don't lose data if the branch cannot be created for any reason.
- Fix messages instructing use of 'gs branch restack' to use correct arguments.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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).

## <a name="v0.3.1">v0.3.1</a> - 2024-07-30
### Fixed
- branch submit: Fail if Git editor is explicitly unset and there's no fallback.
- branch create: Ensure auto-generated branch names are unique.
- branch create: Don't lose data if the branch cannot be created for any reason.
- Fix messages instructing use of 'gs branch restack' to use correct arguments.

## <a name="v0.3.0">v0.3.0</a> - 2024-07-24
### Added
- Authentication: If a secure storage is not available, fall back to plain text, but warn the user about it.
Expand Down

0 comments on commit 3c77e4d

Please sign in to comment.