Skip to content

Commit bae7705

Browse files
committed
Release v0.20.2
1 parent e638053 commit bae7705

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

.changes/unreleased/Fixed-20251114-191245.yaml

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

.changes/unreleased/Fixed-20251120-200342.yaml

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

.changes/v0.20.2.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## <a name="v0.20.2">v0.20.2</a> - 2025-11-20
2+
### Fixed
3+
- submit: Fix draft prompt being skipped for branches after the first one when submitting a stack interactively
4+
- Correctly handle unicode in branch names across various commands. These would previously be stored in state, but not be accessible.

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ 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.20.2">v0.20.2</a> - 2025-11-20
9+
### Fixed
10+
- submit: Fix draft prompt being skipped for branches after the first one when submitting a stack interactively
11+
- Correctly handle unicode in branch names across various commands. These would previously be stored in state, but not be accessible.
12+
813
## <a name="v0.20.1">v0.20.1</a> - 2025-11-12
914
### Fixed
1015
- submit: Include empty CR templates in the list of available templates. These were previously erroneously excluded.

0 commit comments

Comments
 (0)