Skip to content

Commit f9d744e

Browse files
authored
Release v0.9.0 (#495)
1 parent b3124de commit f9d744e

File tree

8 files changed

+23
-15
lines changed

8 files changed

+23
-15
lines changed

.changes/unreleased/Added-20241120-001323.yaml

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

.changes/unreleased/Added-20241123-225228.yaml

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

.changes/unreleased/Added-20241125-222348.yaml

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

.changes/v0.9.0.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## <a name="v0.9.0">v0.9.0</a> - 2024-11-26
2+
3+
This release adds support for using git-spice with GitLab.
4+
This works for both, gitlab.com and [Self-Hosted GitLab](https://abhinav.github.io/git-spice/setup/auth/#gitlab-self-hosted) instances.
5+
Thanks to [@gr4cza](https://github.com/gr4cza) for implementing GitLab support.
6+
7+
### Added
8+
- Add support for GitLab forge.
9+
- repo sync: Add a --restack flag to automatically restack the current stack after syncing.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ 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.9.0">v0.9.0</a> - 2024-11-26
9+
10+
This release adds support for using git-spice with GitLab.
11+
This works for both, gitlab.com and [Self-Hosted GitLab](https://abhinav.github.io/git-spice/setup/auth/#gitlab-self-hosted) instances.
12+
Thanks to [@gr4cza](https://github.com/gr4cza) for implementing GitLab support.
13+
14+
### Added
15+
- Add support for GitLab forge.
16+
- repo sync: Add a --restack flag to automatically restack the current stack after syncing.
17+
818
## <a name="v0.8.1">v0.8.1</a> - 2024-11-12
919
### Fixed
1020
- Shell completion: Don't use an incorrect command name if the binary is renamed.

doc/src/cli/config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ See also: [GitHub Enterprise](../setup/auth.md#github-enterprise).
7171

7272
### spice.forge.gitlab.url
7373

74-
<!-- gs:version unreleased -->
74+
<!-- gs:version v0.9.0 -->
7575

7676
URL of the GitLab instance used for GitLab requests.
7777
Defaults to `$GITLAB_URL` if set, or `https://gitlab.com` otherwise.
@@ -80,7 +80,7 @@ See also [GitLab Self-Hosted](../setup/auth.md#gitlab-self-hosted).
8080

8181
### spice.forge.gitlab.oauth.clientID
8282

83-
<!-- gs:version unreleased -->
83+
<!-- gs:version v0.9.0 -->
8484

8585
Client ID for OAuth authentication with GitLab.
8686

doc/src/guide/cr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description: >-
1313
These are:
1414

1515
- <!-- gs:github -->
16-
- <!-- gs:gitlab --> (<!-- gs:version unreleased -->)
16+
- <!-- gs:gitlab --> (<!-- gs:version v0.9.0 -->)
1717

1818
If you're using a different service,
1919
you can still use git-spice,

doc/src/setup/auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ However, once you want to push or pull changes to/from a remote repository,
1212
you will need to authenticate with the respective service.
1313

1414
This page covers methods to authenticate git-spice with GitHub and GitLab.
15-
Note that GitLab support requires at least version <!-- gs:version unreleased -->.
15+
Note that GitLab support requires at least version <!-- gs:version v0.9.0 -->.
1616

1717
## Logging in
1818

0 commit comments

Comments
 (0)