File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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') }}
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 33
44[package ]
55name = " trussed-auth-backend"
6- version = " 0.1.0 "
6+ version = " 0.2.0-rc.1 "
77description = " Authentication backend for Trussed"
88authors.workspace = true
99edition.workspace = true
You can’t perform that action at this time.
0 commit comments