Skip to content

Commit 3c77e4d

Browse files
authored
Release v0.3.1 (#319)
1 parent ec843e3 commit 3c77e4d

File tree

6 files changed

+13
-12
lines changed

6 files changed

+13
-12
lines changed

.changes/unreleased/Fixed-20240729-192426.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Fixed-20240729-194855.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Fixed-20240729-201902.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Fixed-20240729-210429.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/v0.3.1.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## <a name="v0.3.1">v0.3.1</a> - 2024-07-30
2+
### Fixed
3+
- branch submit: Fail if Git editor is explicitly unset and there's no fallback.
4+
- branch create: Ensure auto-generated branch names are unique.
5+
- branch create: Don't lose data if the branch cannot be created for any reason.
6+
- Fix messages instructing use of 'gs branch restack' to use correct arguments.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
66
and is generated by [Changie](https://github.com/miniscruff/changie).
77

8+
## <a name="v0.3.1">v0.3.1</a> - 2024-07-30
9+
### Fixed
10+
- branch submit: Fail if Git editor is explicitly unset and there's no fallback.
11+
- branch create: Ensure auto-generated branch names are unique.
12+
- branch create: Don't lose data if the branch cannot be created for any reason.
13+
- Fix messages instructing use of 'gs branch restack' to use correct arguments.
14+
815
## <a name="v0.3.0">v0.3.0</a> - 2024-07-24
916
### Added
1017
- Authentication: If a secure storage is not available, fall back to plain text, but warn the user about it.

0 commit comments

Comments
 (0)