chore: release v0.5.2 (#59)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2025-11-06 13:59:24 +01:00 committed by GitHub
commit 1025d20b40
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 12 additions and 2 deletions

View file

@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.5.2](https://github.com/JasterV/test-context/compare/v0.5.1...v0.5.2) - 2025-11-06
### Added
- make it so immutable references & full ownership can be taken depending on context ([#58](https://github.com/JasterV/test-context/pull/58))
### Other
- update CHANGELOGS
## [0.5.1](https://github.com/JasterV/test-context/compare/v0.5.0...v0.5.1) - 2025-11-04
### Fixed

View file

@ -4,7 +4,7 @@ members = ["test-context", "test-context-macros"]
[workspace.package]
edition = "2024"
version = "0.5.1"
version = "0.5.2"
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.1", path = "../test-context-macros/" }
test-context-macros = { version = "0.5.2", path = "../test-context-macros/" }
futures = "0.3"
[dev-dependencies]