From ab6ad8422531fb4801fee795cb44baa375320f15 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Tue, 21 Jan 2025 21:26:46 +0100 Subject: [PATCH] Release trussed-auth v0.4.0 --- backend/Cargo.toml | 2 +- extension/CHANGELOG.md | 8 +++++++- extension/Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 2f92344..20fcd60 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -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 = ["serde-extensions"] } -trussed-auth = { version = "0.3.0" } +trussed-auth = "0.4" [dev-dependencies] admin-app = { version = "0.1.0", features = ["migration-tests"] } diff --git a/extension/CHANGELOG.md b/extension/CHANGELOG.md index 7fd67d5..fe35cad 100644 --- a/extension/CHANGELOG.md +++ b/extension/CHANGELOG.md @@ -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.3.0...HEAD +[Unreleased]: https://github.com/trussed-dev/trussed-auth/compare/v0.4.0...HEAD + +- + +## [0.4.0][] - 2025-01-22 + +[0.4.0]: https://github.com/trussed-dev/trussed-auth/releases/tag/v0.4.0 ### Breaking Changes diff --git a/extension/Cargo.toml b/extension/Cargo.toml index 7b0c30c..0cd1e9f 100644 --- a/extension/Cargo.toml +++ b/extension/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "trussed-auth" -version = "0.3.0" +version = "0.4.0" description = "Authentication extension for Trussed" authors.workspace = true edition.workspace = true