You've already forked trussed-auth
mirror of
https://github.com/trussed-dev/trussed-auth.git
synced 2026-06-20 04:16:21 -07:00
Release trussed-auth-backend v0.2.0-rc.1
This commit is contained in:
@@ -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') }}
|
||||
|
||||
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user