mirror of
https://codeberg.org/JasterV/test-context.git
synced 2026-04-26 18:10:06 +00:00
release: 0.5.6
This commit is contained in:
parent
79d62a78ca
commit
bfe19a44c6
3 changed files with 9 additions and 2 deletions
|
|
@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.5.6](https://codeberg.org/JasterV/test-context/compare/v0.5.5...v0.5.6) - 2026-04-22
|
||||
|
||||
### Fix
|
||||
|
||||
- Fixed an issue identified in [#2](https://codeberg.org/JasterV/test-context/issues/2) where pattern matching in
|
||||
test function arguments caused the macro to error. PR [#3](https://codeberg.org/JasterV/test-context/pulls/3)
|
||||
|
||||
## [0.5.5](https://codeberg.org/JasterV/test-context/compare/v0.5.4...v0.5.5) - 2026-03-07
|
||||
|
||||
### Other
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ members = ["test-context", "test-context-macros"]
|
|||
|
||||
[workspace.package]
|
||||
edition = "2024"
|
||||
version = "0.5.5"
|
||||
version = "0.5.6"
|
||||
rust-version = "1.91.0"
|
||||
homepage = "https://codeberg.org/JasterV/test-context"
|
||||
repository = "https://codeberg.org/JasterV/test-context"
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ authors.workspace = true
|
|||
license.workspace = true
|
||||
|
||||
[dependencies]
|
||||
test-context-macros = { version = "0.5.5", path = "../test-context-macros/" }
|
||||
test-context-macros = { version = "0.5.6", path = "../test-context-macros/" }
|
||||
futures = "0.3"
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
|
|||
Loading…
Reference in a new issue