Release trussed-auth-backend v0.2.0-rc.1

This commit is contained in:
Robin Krahl
2026-06-09 12:21:53 +02:00
parent 88950e05a9
commit 62a124a610
3 changed files with 9 additions and 1 deletions
+2
View File
@@ -17,3 +17,5 @@ jobs:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- run: cargo publish --dry-run --package trussed-auth
if: ${{ !contains(github.event.pull_request.labels.*.name, 'skip-publish-check-trussed-auth') }}
- run: cargo publish --dry-run --package trussed-auth-backend
if: ${{ !contains(github.event.pull_request.labels.*.name, 'skip-publish-check-trussed-auth-backend') }}
+6
View File
@@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
-
## [0.2.0-rc.1][] - 2026-06-09
[0.2.0-rc.1]: https://github.com/trussed-dev/trussed-auth/releases/tag/backend-v0.2.0-rc.1
- Update to `trussed` v0.2.0-rc.1
## [0.1.0][] - 2026-03-23
+1 -1
View File
@@ -3,7 +3,7 @@
[package]
name = "trussed-auth-backend"
version = "0.1.0"
version = "0.2.0-rc.1"
description = "Authentication backend for Trussed"
authors.workspace = true
edition.workspace = true