File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ serde-byte-array = "0.1.2"
2323sha2 = { version = " 0.10.6" , default-features = false }
2424subtle = { version = " 2.4.1" , default-features = false }
2525trussed = { version = " 0.1.0" , default-features = false , features = [" serde-extensions" ] }
26- trussed-auth = { version = " 0.3.0 " }
26+ trussed-auth = " 0.4 "
2727
2828[dev-dependencies ]
2929admin-app = { version = " 0.1.0" , features = [" migration-tests" ] }
Original file line number Diff line number Diff 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.3.0...HEAD
14+ [ Unreleased ] : https://github.com/trussed-dev/trussed-auth/compare/v0.4.0...HEAD
15+
16+ -
17+
18+ ## [ 0.4.0] [ ] - 2025-01-22
19+
20+ [ 0.4.0 ] : https://github.com/trussed-dev/trussed-auth/releases/tag/v0.4.0
1521
1622### Breaking Changes
1723
Original file line number Diff line number Diff line change 33
44[package ]
55name = " trussed-auth"
6- version = " 0.3 .0"
6+ version = " 0.4 .0"
77description = " Authentication extension for Trussed"
88authors.workspace = true
99edition.workspace = true
You can’t perform that action at this time.
0 commit comments