mirror of
https://codeberg.org/JasterV/test-context.git
synced 2026-04-26 18:10:06 +00:00
chore: release v0.5.4 (#65)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
63cb4631a3
commit
45c72c9b71
5 changed files with 10 additions and 3 deletions
|
|
@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.5.4](https://github.com/JasterV/test-context/compare/v0.5.3...v0.5.4) - 2025-11-10
|
||||||
|
|
||||||
|
### Other
|
||||||
|
|
||||||
|
- internal refactor & update docs ([#64](https://github.com/JasterV/test-context/pull/64))
|
||||||
|
|
||||||
## [0.5.3](https://github.com/JasterV/test-context/compare/v0.5.2...v0.5.3) - 2025-11-06
|
## [0.5.3](https://github.com/JasterV/test-context/compare/v0.5.2...v0.5.3) - 2025-11-06
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ members = ["test-context", "test-context-macros"]
|
||||||
|
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
version = "0.5.3"
|
version = "0.5.4"
|
||||||
rust-version = "1.91.0"
|
rust-version = "1.91.0"
|
||||||
homepage = "https://github.com/JasterV/test-context"
|
homepage = "https://github.com/JasterV/test-context"
|
||||||
repository = "https://github.com/JasterV/test-context"
|
repository = "https://github.com/JasterV/test-context"
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ authors.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
test-context-macros = { version = "0.5.3", path = "../test-context-macros/" }
|
test-context-macros = { version = "0.5.4", path = "../test-context-macros/" }
|
||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|
|
||||||
1
test-context/README.md
Symbolic link
1
test-context/README.md
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
../README.md
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#![doc = include_str!(concat!(env!("CARGO_MANIFEST_DIR"), "/../README.md"))]
|
#![doc = include_str!(concat!(env!("CARGO_MANIFEST_DIR"), "/README.md"))]
|
||||||
|
|
||||||
// Reimported to allow for use in the macro.
|
// Reimported to allow for use in the macro.
|
||||||
pub use futures;
|
pub use futures;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue