All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
- [change] Replace
lazy_static
dependency withstd::sync::OnceCell
(#36) - [change] Update syn (#40)
- [change] Include license text in the packaged crates (#41)
- [bug]
logs_assert
should not get logs from other tests (#19) - [bug] Fully qualify usage of
Result
inlogs_assert
(#17) - [docs] Add note that integration tests need no-env-filter (#20)
- [feature] Add no-env-filter feature to disable log filtering (#16)
- [bug] Ensure correct
Result
type is used (#15)
- [bug] Fix wrong internal dependencies
- [feature] Add new
logs_assert
function that allows for more flexible log assertions (#7) - [change] Bump
tokio
dev-dependency to version 1 (#9) - [change] Bump
tracing-subscriber
dependency to 0.3 (#11)
Initial release to crates.io.