From af490931f2e90f32ebd3cd2f96f5c130fa89e7cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Victor=20Martinez=20Montan=C3=A9?= Date: Fri, 24 Apr 2026 14:32:50 +0200 Subject: [PATCH] chore: release-plz update (#6) This is an automated PR generated by [release-plz](https://github.com/MarcoIeni/release-plz) via Woodpecker CI. Co-authored-by: release-plz-bot Reviewed-on: https://codeberg.org/JasterV/test-context/pulls/6 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- test-context/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf48704..dc71dba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.8](https://codeberg.org/JasterV/test-context/compare/v0.5.7...v0.5.8) - 2026-04-22 + +### Other + +- update deps + ## [0.5.7](https://codeberg.org/JasterV/test-context/compare/v0.5.6...v0.5.7) - 2026-04-22 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index c33725b..a363159 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = ["test-context", "test-context-macros"] [workspace.package] edition = "2024" -version = "0.5.7" +version = "0.5.8" rust-version = "1.91.0" homepage = "https://codeberg.org/JasterV/test-context" repository = "https://codeberg.org/JasterV/test-context" diff --git a/test-context/Cargo.toml b/test-context/Cargo.toml index 7a0c995..04b4645 100644 --- a/test-context/Cargo.toml +++ b/test-context/Cargo.toml @@ -13,7 +13,7 @@ authors.workspace = true license.workspace = true [dependencies] -test-context-macros = { version = "0.5.7", path = "../test-context-macros/" } +test-context-macros = { version = "0.5.8", path = "../test-context-macros/" } futures = "0.3" [dev-dependencies]