mirror of
https://codeberg.org/JasterV/test-context.git
synced 2026-04-26 18:10:06 +00:00
chore: release-plz update (#1)
This is an automated PR generated by [release-plz](https://github.com/MarcoIeni/release-plz) via Woodpecker CI. Co-authored-by: release-plz-bot <bot@codeberg.org> Reviewed-on: https://codeberg.org/JasterV/test-context/pulls/1
This commit is contained in:
parent
e7c70bee39
commit
4b027e01af
3 changed files with 8 additions and 2 deletions
|
|
@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [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
|
## [0.5.4](https://github.com/JasterV/test-context/compare/v0.5.3...v0.5.4) - 2025-11-10
|
||||||
|
|
||||||
### Other
|
### Other
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ members = ["test-context", "test-context-macros"]
|
||||||
|
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
version = "0.5.4"
|
version = "0.5.5"
|
||||||
rust-version = "1.91.0"
|
rust-version = "1.91.0"
|
||||||
homepage = "https://codeberg.org/JasterV/test-context"
|
homepage = "https://codeberg.org/JasterV/test-context"
|
||||||
repository = "https://codeberg.org/JasterV/test-context"
|
repository = "https://codeberg.org/JasterV/test-context"
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ authors.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[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"
|
futures = "0.3"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue