Skip to content

Commit 1025d20

Browse files
chore: release v0.5.2 (#59)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3975635 commit 1025d20

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.5.2](https://github.com/JasterV/test-context/compare/v0.5.1...v0.5.2) - 2025-11-06
11+
12+
### Added
13+
14+
- make it so immutable references & full ownership can be taken depending on context ([#58](https://github.com/JasterV/test-context/pull/58))
15+
16+
### Other
17+
18+
- update CHANGELOGS
19+
1020
## [0.5.1](https://github.com/JasterV/test-context/compare/v0.5.0...v0.5.1) - 2025-11-04
1121

1222
### Fixed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ members = ["test-context", "test-context-macros"]
44

55
[workspace.package]
66
edition = "2024"
7-
version = "0.5.1"
7+
version = "0.5.2"
88
rust-version = "1.91.0"
99
homepage = "https://github.com/JasterV/test-context"
1010
repository = "https://github.com/JasterV/test-context"

test-context/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ authors.workspace = true
1313
license.workspace = true
1414

1515
[dependencies]
16-
test-context-macros = { version = "0.5.1", path = "../test-context-macros/" }
16+
test-context-macros = { version = "0.5.2", path = "../test-context-macros/" }
1717
futures = "0.3"
1818

1919
[dev-dependencies]

0 commit comments

Comments
 (0)