Releases: d-e-s-o/test-log
Releases · d-e-s-o/test-log
v0.2.16
v0.2.14
- Factored out
test-log-macros
crate to relieve users from having to care about tracing/logging dependencies themselves - Introduced
default_log_filter
attribute for setting the default log filter on a per-test basis behind newunstable
feature - Improved compile error output on wrong usage
- Bumped minimum supported Rust version to
1.61
- Bumped
env_logger
dependency to0.10
New Contributors
Full Changelog: v0.2.13...v0.2.14
v0.2.15
- Formalized MSRV policy
- Bumped minimum supported Rust version to
1.71
- Bumped
env_logger
dependency to0.11
New Contributors
- @yanns made their first contribution in #41
- @decathorpe made their first contribution in #43
- @dependabot made their first contribution in #44
Full Changelog: v0.2.14...v0.2.15
v0.2.13
- Improved interaction with nested attributes (such as those used by the
test_case
crate), that may not have been parsable in the past - Removed generated
test_impl
function, which could have "leaked" into test cases (#28) - Eliminated dependency on
tracing
crate - Bumped minimum supported Rust version to
1.56
- Bumped
syn
dependency to2.0
Full Changelog: v0.2.12...v0.2.13
v0.2.12
- Fixed handling of inner
#[test]
attributes that add arguments to test function - Added GitHub Actions workflow for publishing the crate
Full Changelog: v0.2.11...v0.2.12
v0.2.11
- Fixed potential build failure due to unhygienic procedural macros
- Switched to using GitHub Actions as CI provider
Full Changelog: v0.2.10...v0.2.11
v0.2.10
- Fixed potential build failure when used from edition 2021 crates
Full Changelog: v0.2.9...v0.2.10
v0.2.9
- Added support for inner
#[test]
attribute arguments - Added CI checks for auto generated code documentation
- Bumped minimum supported Rust version to
1.49
Full Changelog: v0.2.8...v0.2.9
v0.2.8
- Renamed crate from
test-env-log
totest-log
Full Changelog: v0.2.7...v0.2.8
v0.2.7
- Changed
tracing
behavior to capture output and only emit it on test failure or when explicitly requested - Bumped minimum
tracing-subscriber
version to0.2.17
Full Changelog: v0.2.6...v0.2.7