chore: release-plz update

This commit is contained in:
release-plz-bot 2026-04-22 23:38:21 +00:00
parent a76038297a
commit 43906665cf
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.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

View file

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

View file

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