chore: release v0.5.5

This commit is contained in:
github-actions[bot] 2026-03-01 18:57:59 +00:00 committed by GitHub
parent aed02daabb
commit 8904cb66a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 2 deletions

View file

@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.5.5](https://github.com/JasterV/test-context/compare/v0.5.4...v0.5.5) - 2026-03-01
### Other
- *(deps)* bump rust-toolchain from 1.91 to 1.93 ([#69](https://github.com/JasterV/test-context/pull/69))
## [0.5.4](https://github.com/JasterV/test-context/compare/v0.5.3...v0.5.4) - 2025-11-10
### Other

View file

@ -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://github.com/JasterV/test-context"
repository = "https://github.com/JasterV/test-context"

View file

@ -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]