Skip to content

Commit 62a124a

Browse files
Release trussed-auth-backend v0.2.0-rc.1
1 parent 88950e0 commit 62a124a

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/cd-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ jobs:
1717
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1818
- run: cargo publish --dry-run --package trussed-auth
1919
if: ${{ !contains(github.event.pull_request.labels.*.name, 'skip-publish-check-trussed-auth') }}
20+
- run: cargo publish --dry-run --package trussed-auth-backend
21+
if: ${{ !contains(github.event.pull_request.labels.*.name, 'skip-publish-check-trussed-auth-backend') }}

backend/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
## Unreleased
1313

14+
-
15+
16+
## [0.2.0-rc.1][] - 2026-06-09
17+
18+
[0.2.0-rc.1]: https://github.com/trussed-dev/trussed-auth/releases/tag/backend-v0.2.0-rc.1
19+
1420
- Update to `trussed` v0.2.0-rc.1
1521

1622
## [0.1.0][] - 2026-03-23

backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[package]
55
name = "trussed-auth-backend"
6-
version = "0.1.0"
6+
version = "0.2.0-rc.1"
77
description = "Authentication backend for Trussed"
88
authors.workspace = true
99
edition.workspace = true

0 commit comments

Comments
 (0)