Skip to content

Commit 45c72c9

Browse files
github-actions[bot]JasterV
authored andcommitted
chore: release v0.5.4 (#65)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 63cb463 commit 45c72c9

File tree

5 files changed

+10
-3
lines changed

5 files changed

+10
-3
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.5.4](https://github.com/JasterV/test-context/compare/v0.5.3...v0.5.4) - 2025-11-10
11+
12+
### Other
13+
14+
- internal refactor & update docs ([#64](https://github.com/JasterV/test-context/pull/64))
15+
1016
## [0.5.3](https://github.com/JasterV/test-context/compare/v0.5.2...v0.5.3) - 2025-11-06
1117

1218
### 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.3"
7+
version = "0.5.4"
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.3", path = "../test-context-macros/" }
16+
test-context-macros = { version = "0.5.4", path = "../test-context-macros/" }
1717
futures = "0.3"
1818

1919
[dev-dependencies]

test-context/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../README.md

test-context/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![doc = include_str!(concat!(env!("CARGO_MANIFEST_DIR"), "/../README.md"))]
1+
#![doc = include_str!(concat!(env!("CARGO_MANIFEST_DIR"), "/README.md"))]
22

33
// Reimported to allow for use in the macro.
44
pub use futures;

0 commit comments

Comments
 (0)