diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f24527..5b49322 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.5](https://codeberg.org/JasterV/test-context/compare/v0.5.4...v0.5.5) - 2026-03-07 + +### Other + +- Update README.md + ## [0.5.4](https://github.com/JasterV/test-context/compare/v0.5.3...v0.5.4) - 2025-11-10 ### Other diff --git a/Cargo.toml b/Cargo.toml index 4502e68..12f20fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = ["test-context", "test-context-macros"] [workspace.package] edition = "2024" -version = "0.5.4" +version = "0.5.5" 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 dca4c67..0c3deae 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.4", path = "../test-context-macros/" } +test-context-macros = { version = "0.5.5", path = "../test-context-macros/" } futures = "0.3" [dev-dependencies]