Victor Martinez Montané
af490931f2
chore: release-plz update ( #6 )
...
This is an automated PR generated by [release-plz](https://github.com/MarcoIeni/release-plz ) via Woodpecker CI.
Co-authored-by: release-plz-bot <bot@codeberg.org>
Reviewed-on: https://codeberg.org/JasterV/test-context/pulls/6
2026-04-24 14:32:50 +02:00
Victor Martinez Montané
a44b045c8f
chore: release-plz update ( #5 )
...
This is an automated PR generated by [release-plz](https://github.com/MarcoIeni/release-plz ) via Woodpecker CI.
Co-authored-by: release-plz-bot <bot@codeberg.org>
Co-authored-by: JasterV <49537445+JasterV@users.noreply.github.com>
Reviewed-on: https://codeberg.org/JasterV/test-context/pulls/5
2026-04-22 17:30:49 +02:00
JasterV
bfe19a44c6
release: 0.5.6
2026-04-22 17:07:29 +02:00
Victor Martinez Montané
4b027e01af
chore: release-plz update ( #1 )
...
This is an automated PR generated by [release-plz](https://github.com/MarcoIeni/release-plz ) via Woodpecker CI.
Co-authored-by: release-plz-bot <bot@codeberg.org>
Reviewed-on: https://codeberg.org/JasterV/test-context/pulls/1
2026-03-07 01:55:41 +01:00
JasterV
b48df33def
chore: update Cargo.toml
2026-03-07 01:15:08 +01:00
github-actions[bot]
213a8533e2
chore: release v0.5.4 ( #66 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-11-10 11:15:00 +01:00
JasterV
09366c58d5
chore: rollback to 0.5.3
2025-11-10 11:13:37 +01:00
github-actions[bot]
45c72c9b71
chore: release v0.5.4 ( #65 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-11-10 11:11:36 +01:00
github-actions[bot]
aef2e05dcb
chore: release v0.5.3 ( #61 )
...
* chore: release v0.5.3
* Update CHANGELOG.md
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Víctor Martínez <49537445+JasterV@users.noreply.github.com>
2025-11-06 14:22:24 +01:00
github-actions[bot]
1025d20b40
chore: release v0.5.2 ( #59 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-11-06 13:59:24 +01:00
github-actions[bot]
e192646827
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>
2025-11-04 17:31:13 +01:00
Víctor Martínez
ef4bdb28a9
fix: Regression in version 0.5.0 ( #55 )
...
An attempt to fix the issue defined in https://github.com/JasterV/test-context/issues/53 & some refactors
2025-11-04 17:27:53 +01:00
Vyacheslav
9227f3e693
Added the ability to work with rstest ( #51 )
...
* [FIX-CONFLICT-WITH-RSTEST-V2]: semi-stable version, fix test_context function, remove unnecessary field, remove wrapper function, add ability to work with rstest and same
* [FIX-CONFLICT-WITH-RSTEST-V2]: stable version, fix bugs with AssertUnwindSafe in sync_wrapper_body, remove redundant code, fix two tests, add notes for this tests
* [FIX-CONFLICT-WITH-RSTEST-V2]: stable version, fix context name extraction function, fix readme, fix docs, increase version of crate
---------
Co-authored-by: Vyacheslav Volkov <v.volkov@st-falcon.ru>
2025-10-29 10:19:40 +01:00
Víctor Martínez
5c8a0a1d51
chore: upgrade to 0.4.0 ( #46 )
2025-01-27 13:51:33 +01:00
Víctor Martínez
7cab7279b4
chore: upgrade to 0.3.0 ( #41 )
2024-02-27 23:29:48 +01:00
Victor Martinez
be1f0e1dbd
chore: upgrade to 0.2.0 version
2024-02-26 12:12:38 +01:00
Victor Martinez
2afbd36dae
chore: update to 0.1.6
2024-02-26 10:13:00 +01:00
Victor Martinez
cb6ddf7356
chore: update patch version
2024-02-26 09:59:45 +01:00
Victor Martinez
58faeefa63
chore: update workspace properties
2024-02-26 00:27:59 +01:00
Victor Martinez
3539bcdd6d
refactor: restructure the workspace members organization
2024-02-26 00:19:53 +01:00
Victor Martinez
352be5dc90
chore: update crate information
2024-02-25 23:43:19 +01:00
Victor Martinez
8a2f5895db
chore: update to 2021 rust edition
2024-02-25 23:18:26 +01:00
Mark Hildreth
e77ed125dc
Bumped to 0.1.4
2022-07-19 16:24:32 -04:00
Mark Hildreth
09808630f1
Bumped to v0.1.3
2021-02-27 17:08:32 -05:00
Mark Hildreth
429611eb0a
Bumped to version v0.1.2
2021-02-07 00:13:22 -05:00
Mark Hildreth
be1e4a9178
Forced futures to be imported through test_context crate.
...
By exporting the futures crate through the test_context crate, the code
generated by the macro can rely on `test_context` to access the future
crate. Otherwise, the code generated which requires access to the
"future" crate would end up residing in the code of a user of the
library, giving them `use of undeclared crate or module "future"`
error messages unless they added future as a dependency.
2021-02-06 23:44:33 -05:00
Mark Hildreth
feef82bae7
Bumped to version v0.1.1
2021-01-17 22:23:03 -05:00
Mark Hildreth
daf14d6449
Initial version
2021-01-17 21:23:34 -05:00