Skip to content

Commit b072905

Browse files
authored
Release v0.22.0 (#985)
1 parent 770016b commit b072905

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

.changes/unreleased/Changed-20260106-183348.yaml

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

.changes/v0.22.0.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## <a name="v0.22.0">v0.22.0</a> - 2026-01-07
2+
### Changed
3+
- GitHub OAuth authentication now additionally requires the `read:org` scope.
4+
We need this to resolve GitHub teams for the `--reviewer` flag introduced in v0.21.
5+
If you're using git-spice via OAuth authentication and use this flag,
6+
please run `gs auth login --refresh` to generate a new local token with expanded scope.

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.22.0">v0.22.0</a> - 2026-01-07
9+
### Changed
10+
- GitHub OAuth authentication now additionally requires the `read:org` scope.
11+
We need this to resolve GitHub teams for the `--reviewer` flag introduced in v0.21.
12+
If you're using git-spice via OAuth authentication and use this flag,
13+
please run `gs auth login --refresh` to generate a new local token with expanded scope.
14+
815
## <a name="v0.21.0">v0.21.0</a> - 2025-12-05
916

1017
**Release highlight**:

0 commit comments

Comments
 (0)