mirror of
https://codeberg.org/JasterV/test-context.git
synced 2026-04-26 18:10:06 +00:00
chore: release v0.5.1
This commit is contained in:
parent
ef4bdb28a9
commit
2632275273
4 changed files with 30 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ members = ["test-context", "test-context-macros"]
|
|||
|
||||
[workspace.package]
|
||||
edition = "2024"
|
||||
version = "0.5.0"
|
||||
version = "0.5.1"
|
||||
rust-version = "1.91.0"
|
||||
homepage = "https://github.com/JasterV/test-context"
|
||||
repository = "https://github.com/JasterV/test-context"
|
||||
|
|
|
|||
14
test-context-macros/CHANGELOG.md
Normal file
14
test-context-macros/CHANGELOG.md
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# Changelog
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [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))
|
||||
14
test-context/CHANGELOG.md
Normal file
14
test-context/CHANGELOG.md
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# Changelog
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [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))
|
||||
|
|
@ -13,7 +13,7 @@ authors.workspace = true
|
|||
license.workspace = true
|
||||
|
||||
[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"
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
|
|||
Loading…
Reference in a new issue