From 62a124a610370491fdea8d71adbb6df6a84866f7 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Tue, 9 Jun 2026 12:21:53 +0200 Subject: [PATCH] Release trussed-auth-backend v0.2.0-rc.1 --- .github/workflows/cd-test.yml | 2 ++ backend/CHANGELOG.md | 6 ++++++ backend/Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cd-test.yml b/.github/workflows/cd-test.yml index a0d8faf..bd59cb3 100644 --- a/.github/workflows/cd-test.yml +++ b/.github/workflows/cd-test.yml @@ -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') }} diff --git a/backend/CHANGELOG.md b/backend/CHANGELOG.md index 7afab03..7e61525 100644 --- a/backend/CHANGELOG.md +++ b/backend/CHANGELOG.md @@ -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 diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 30d7d8f..b96e5d0 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -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