Skip to content

Commit ab6ad84

Browse files
Release trussed-auth v0.4.0
1 parent 2fc6856 commit ab6ad84

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

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 = ["serde-extensions"] }
26-
trussed-auth = { version = "0.3.0" }
26+
trussed-auth = "0.4"
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.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

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

0 commit comments

Comments
 (0)