mirror of
https://codeberg.org/JasterV/test-context.git
synced 2026-04-26 18:10:06 +00:00
chore: release v0.5.3 (#61)
* chore: release v0.5.3 * Update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Víctor Martínez <49537445+JasterV@users.noreply.github.com>
This commit is contained in:
parent
bfe1703448
commit
aef2e05dcb
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]
|
||||
|
||||
## [0.5.3](https://github.com/JasterV/test-context/compare/v0.5.2...v0.5.3) - 2025-11-06
|
||||
|
||||
### Fixed
|
||||
|
||||
- Taking mutable ownership when skipping the teardown doesn't work ([#60](https://github.com/JasterV/test-context/pull/60))
|
||||
|
||||
## [0.5.2](https://github.com/JasterV/test-context/compare/v0.5.1...v0.5.2) - 2025-11-06
|
||||
|
||||
### Added
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ members = ["test-context", "test-context-macros"]
|
|||
|
||||
[workspace.package]
|
||||
edition = "2024"
|
||||
version = "0.5.2"
|
||||
version = "0.5.3"
|
||||
rust-version = "1.91.0"
|
||||
homepage = "https://github.com/JasterV/test-context"
|
||||
repository = "https://github.com/JasterV/test-context"
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ authors.workspace = true
|
|||
license.workspace = true
|
||||
|
||||
[dependencies]
|
||||
test-context-macros = { version = "0.5.2", path = "../test-context-macros/" }
|
||||
test-context-macros = { version = "0.5.3", path = "../test-context-macros/" }
|
||||
futures = "0.3"
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
|
|||
Loading…
Reference in a new issue