mirror of
https://github.com/trussed-dev/trussed-auth.git
synced 2026-06-20 04:16:21 -07:00
Release trussed-auth v0.5.0 and trussed-auth-backend v0.1.0
This commit is contained in:
@@ -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
@@ -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"] }
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user