Skip to content

Commit faeb596

Browse files
Release trussed-auth v0.5.0 and trussed-auth-backend v0.1.0
1 parent 1b34ea8 commit faeb596

4 files changed

Lines changed: 15 additions & 3 deletions

File tree

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.1.0][] - 2026-03-23
17+
18+
[0.1.0]: https://github.com/trussed-dev/trussed-auth/releases/tag/backend-v0.1.0
19+
1420
Extracted from `trussed-auth` v0.3.0.
1521

1622
### Breaking Changes

backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ serde-byte-array = "0.1.2"
2323
sha2 = { version = "0.10.6", default-features = false }
2424
subtle = { version = "2.4.1", default-features = false }
2525
trussed = { version = "0.1.0", default-features = false, features = ["crypto-client", "filesystem-client", "hmac-sha256", "serde-extensions"] }
26-
trussed-auth = "0.4"
26+
trussed-auth = "0.5"
2727

2828
[dev-dependencies]
2929
admin-app = { version = "0.1.0", features = ["migration-tests"] }

extension/CHANGELOG.md

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

1212
## [Unreleased][]
1313

14-
[Unreleased]: https://github.com/trussed-dev/trussed-auth/compare/v0.4.0...HEAD
14+
[Unreleased]: https://github.com/trussed-dev/trussed-auth/compare/v0.5.0...HEAD
15+
16+
-
17+
18+
## [0.5.0][] - 2026-03-23
19+
20+
[0.5.0]: https://github.com/trussed-dev/trussed-auth/releases/tag/v0.5.0
1521

1622
- Update `trussed-core` to v0.2
1723

extension/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"
6-
version = "0.4.0"
6+
version = "0.5.0"
77
description = "Authentication extension for Trussed"
88
authors.workspace = true
99
edition.workspace = true

0 commit comments

Comments
 (0)