From fe54999745bfbc94201ad9d91ad69fb65cc3daaa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 10:05:23 +0000 Subject: [PATCH] chore: release v0.5.4 --- 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 981c502..5f24527 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.4](https://github.com/JasterV/test-context/compare/v0.5.3...v0.5.4) - 2025-11-10 + +### Other + +- internal refactor & update docs ([#64](https://github.com/JasterV/test-context/pull/64)) + ## [0.5.3](https://github.com/JasterV/test-context/compare/v0.5.2...v0.5.3) - 2025-11-06 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index 65f6735..f14652f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = ["test-context", "test-context-macros"] [workspace.package] edition = "2024" -version = "0.5.3" +version = "0.5.4" rust-version = "1.91.0" homepage = "https://github.com/JasterV/test-context" repository = "https://github.com/JasterV/test-context" diff --git a/test-context/Cargo.toml b/test-context/Cargo.toml index e7863e8..dca4c67 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.3", path = "../test-context-macros/" } +test-context-macros = { version = "0.5.4", path = "../test-context-macros/" } futures = "0.3" [dev-dependencies]