Skip to content

Commit 98e5356

Browse files
authored
Release v0.3.0 (#306)
1 parent 32fbdd6 commit 98e5356

File tree

8 files changed

+19
-14
lines changed

8 files changed

+19
-14
lines changed

.changes/unreleased/Added-20240723-222630.yaml

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

.changes/unreleased/Added-20240724-121944.yaml

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

.changes/unreleased/Fixed-20240723-172718.yaml

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

.changes/unreleased/Removed-20240724-120607.yaml

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

.changes/v0.3.0.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## <a name="v0.3.0">v0.3.0</a> - 2024-07-24
2+
### Added
3+
- Authentication: If a secure storage is not available, fall back to plain text, but warn the user about it.
4+
- gs branch submit: Add short form `-c` for the `--fill` flag.
5+
### Removed
6+
- branch delete: Drop short form `-f` for the `--force` flag.
7+
### Fixed
8+
- commit split: Fix bug where canceling the split would fail to revert to original state.

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ 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.0">v0.3.0</a> - 2024-07-24
9+
### Added
10+
- Authentication: If a secure storage is not available, fall back to plain text, but warn the user about it.
11+
- gs branch submit: Add short form `-c` for the `--fill` flag.
12+
### Removed
13+
- branch delete: Drop short form `-f` for the `--force` flag.
14+
### Fixed
15+
- commit split: Fix bug where canceling the split would fail to revert to original state.
16+
817
## <a name="v0.2.0">v0.2.0</a> - 2024-07-23
918
### Added
1019
- Publish pre-built Linux ARM binaries.

doc/src/guide/pr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ and the position of the current branch in it.
4747

4848
### Non-interactive submission
4949

50-
Use the `--fill` flag (or `-c` since <!-- gs:version unreleased -->)
50+
Use the `--fill` flag (or `-c` since <!-- gs:version v0.3.0 -->)
5151
provided by all the above commands
5252
to fill in the PR information from commit messages
5353
and skip the interactive prompts.

doc/src/setup/auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ On Linux, it uses the [Secret Service](https://specifications.freedesktop.org/se
210210
which is typically provided by [GNOME Keyring](https://specifications.freedesktop.org/secret-service/latest/).
211211
<!-- TODO (if we enable Windows): On Windows, it uses the Windows Credential Manager APIs. -->
212212

213-
Since version <!-- gs:version unreleased -->,
213+
Since version <!-- gs:version v0.3.0 -->,
214214
if your system does not provide a secure storage service,
215215
git-spice will fall back to storing secrets in a plain-text file
216216
at `$XDG_CONFIG_HOME/git-spice/secrets.json` or the user's configuration directory.

0 commit comments

Comments
 (0)