Skip to content

Commit

Permalink
Release v0.9.0 (#495)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav authored Nov 26, 2024
1 parent b3124de commit f9d744e
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 15 deletions.
3 changes: 0 additions & 3 deletions .changes/unreleased/Added-20241120-001323.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Added-20241123-225228.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/Added-20241125-222348.yaml

This file was deleted.

9 changes: 9 additions & 0 deletions .changes/v0.9.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## <a name="v0.9.0">v0.9.0</a> - 2024-11-26

This release adds support for using git-spice with GitLab.
This works for both, gitlab.com and [Self-Hosted GitLab](https://abhinav.github.io/git-spice/setup/auth/#gitlab-self-hosted) instances.
Thanks to [@gr4cza](https://github.com/gr4cza) for implementing GitLab support.

### Added
- Add support for GitLab forge.
- repo sync: Add a --restack flag to automatically restack the current stack after syncing.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).

## <a name="v0.9.0">v0.9.0</a> - 2024-11-26

This release adds support for using git-spice with GitLab.
This works for both, gitlab.com and [Self-Hosted GitLab](https://abhinav.github.io/git-spice/setup/auth/#gitlab-self-hosted) instances.
Thanks to [@gr4cza](https://github.com/gr4cza) for implementing GitLab support.

### Added
- Add support for GitLab forge.
- repo sync: Add a --restack flag to automatically restack the current stack after syncing.

## <a name="v0.8.1">v0.8.1</a> - 2024-11-12
### Fixed
- Shell completion: Don't use an incorrect command name if the binary is renamed.
Expand Down
4 changes: 2 additions & 2 deletions doc/src/cli/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ See also: [GitHub Enterprise](../setup/auth.md#github-enterprise).

### spice.forge.gitlab.url

<!-- gs:version unreleased -->
<!-- gs:version v0.9.0 -->

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

### spice.forge.gitlab.oauth.clientID

<!-- gs:version unreleased -->
<!-- gs:version v0.9.0 -->

Client ID for OAuth authentication with GitLab.

Expand Down
2 changes: 1 addition & 1 deletion doc/src/guide/cr.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ description: >-
These are:

- <!-- gs:github -->
- <!-- gs:gitlab --> (<!-- gs:version unreleased -->)
- <!-- gs:gitlab --> (<!-- gs:version v0.9.0 -->)

If you're using a different service,
you can still use git-spice,
Expand Down
2 changes: 1 addition & 1 deletion doc/src/setup/auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ However, once you want to push or pull changes to/from a remote repository,
you will need to authenticate with the respective service.

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

## Logging in

Expand Down

0 comments on commit f9d744e

Please sign in to comment.