chore: release v0.5.1 (#56)

* chore: release v0.5.1

* chore: update CHANGELOG

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: JasterV <49537445+JasterV@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2025-11-04 17:31:13 +01:00 committed by GitHub
parent ef4bdb28a9
commit e192646827
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 2 deletions

View file

@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [0.5.1](https://github.com/JasterV/test-context/compare/v0.5.0...v0.5.1) - 2025-11-04
### Fixed
- Regression in version 0.5.0 ([#55](https://github.com/JasterV/test-context/pull/55))
### Added ### Added
- Add a CHANGELOG by @JasterV - Add a CHANGELOG by @JasterV
- Add a rust-toolchain.toml by @JasterV - Add a rust-toolchain.toml by @JasterV

View file

@ -4,7 +4,7 @@ members = ["test-context", "test-context-macros"]
[workspace.package] [workspace.package]
edition = "2024" edition = "2024"
version = "0.5.0" version = "0.5.1"
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"

View file

@ -13,7 +13,7 @@ authors.workspace = true
license.workspace = true license.workspace = true
[dependencies] [dependencies]
test-context-macros = { version = "0.5.0", path = "../test-context-macros/" } test-context-macros = { version = "0.5.1", path = "../test-context-macros/" }
futures = "0.3" futures = "0.3"
[dev-dependencies] [dev-dependencies]