Release trussed-auth v0.5.0 and trussed-auth-backend v0.1.0

This commit is contained in:
Robin Krahl
2026-03-25 11:31:24 +01:00
parent 1b34ea84f9
commit faeb596778
4 changed files with 15 additions and 3 deletions
+6
View File
@@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
-
## [0.1.0][] - 2026-03-23
[0.1.0]: https://github.com/trussed-dev/trussed-auth/releases/tag/backend-v0.1.0
Extracted from `trussed-auth` v0.3.0.
### Breaking Changes
+1 -1
View File
@@ -23,7 +23,7 @@ serde-byte-array = "0.1.2"
sha2 = { version = "0.10.6", default-features = false }
subtle = { version = "2.4.1", default-features = false }
trussed = { version = "0.1.0", default-features = false, features = ["crypto-client", "filesystem-client", "hmac-sha256", "serde-extensions"] }
trussed-auth = "0.4"
trussed-auth = "0.5"
[dev-dependencies]
admin-app = { version = "0.1.0", features = ["migration-tests"] }
+7 -1
View File
@@ -11,7 +11,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased][]
[Unreleased]: https://github.com/trussed-dev/trussed-auth/compare/v0.4.0...HEAD
[Unreleased]: https://github.com/trussed-dev/trussed-auth/compare/v0.5.0...HEAD
-
## [0.5.0][] - 2026-03-23
[0.5.0]: https://github.com/trussed-dev/trussed-auth/releases/tag/v0.5.0
- Update `trussed-core` to v0.2
+1 -1
View File
@@ -3,7 +3,7 @@
[package]
name = "trussed-auth"
version = "0.4.0"
version = "0.5.0"
description = "Authentication extension for Trussed"
authors.workspace = true
edition.workspace = true