Skip to content

Commit

Permalink
chore: release v0.9.3 (#1800)
Browse files Browse the repository at this point in the history
  • Loading branch information
i4ki authored Jul 19, 2024
2 parents f6dfab5 + 6b29fb5 commit 595808f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ Given a version number `MAJOR.MINOR.PATCH`, we increment the:
- Backward compatibility in versions `0.0.z` is **not guaranteed** when `z` is increased.
- Backward compatibility in versions `0.y.z` is **not guaranteed** when `y` is increased.

## Unreleased
## v0.9.3

### Fixed

- Fix a missing check for `GITLAB_CI` environment variable.
- The previews feature can only be used in _Github Actions_ and _Gitlab CI/CD_ and a check for the latter was missing.
- Fix the synchronization of the GitLab Merge Request commit SHA.
- Fix the synchronization of the GitLab Merge Request commit SHA and pushed_at.

## v0.9.2

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.3-rc1
0.9.3

0 comments on commit 595808f

Please sign in to comment.