Releases: d-e-s-o/test-log
Releases · d-e-s-o/test-log
v0.2.6
- Introduced support for
RUST_LOG_SPAN_EVENTS
environment variable that can be used to configure emitting of synthetic trace events - Updated documentation to include wrapping of other attributes
- Bumped minimum supported Rust version to
1.45
Full Changelog: v0.2.5...v0.2.6
v0.2.5
- Eliminated emitting of
-> ()
constructs in test function signatures
Full Changelog: v0.2.4...v0.2.5
v0.2.4
- Eliminated need for emitting of
::f
test function - Excluded unnecessary files from being contained in release bundle
Full Changelog: v0.2.3...v0.2.4
v0.2.3
- Initialize
tracing
globally instead of individually for the run time of each test - Bumped minimum supported Rust version to
1.42
Full Changelog: v0.2.2...v0.2.3
v0.2.2
- Added support for initializing
tracing
infrastructure- Introduced
log
(enabled by default) andtrace
features (disabled by default)
- Introduced
- Dropped
env_logger
dependency
Full Changelog: v0.2.1...v0.2.2
v0.2.1
- Relicensed project under terms of
Apache-2.0 OR MIT
Full Changelog: v0.2.0...v0.2.1
v0.2.0
- Added support for providing inner
#[test]
attribute - Bumped minimum required Rust version to
1.39.0
Full Changelog: v0.1.1...v0.2.0
v0.1.1
- Updated
README.md
with instructions on how to retrieve test output and change log level - Bumped
env_logger
dependency to0.7
- Bumped
syn
dependency to1.0
- Bumped
quote
dependency to1.0
- Bumped
proc-macro
dependency to1.0
Full Changelog: v0.1.0...v0.1.1