Unreleased - ReleaseDate
0.2.7 - 2024-02-19
- removed dependency on
itertools
(#36) - stopped sending
rust-version
field (#37)
0.2.6 - 2023-06-21
- suppress clippy warnings in generated code (#26)
0.2.5 - 2023-04-13
- make
tasks()
,Task
, and related methods public (#23)
0.2.4 - 2023-03-28
- Consolidate consecutive identical sub-traces in output of
taskdump_tree
(#21)
0.2.3 - 2023-03-23
- fix error in documentation of
taskdump_tree
(#15) - fix misplaced newline in output of
taskdump_tree(false)
(#16)
- marked internal functions
Frame::subframes
,Frame::prev_frame
andFrame::next_frame
asunsafe
(#17) - reduced unwrapping in
Frame::fmt
(#17) - upgrade
syn
to v2.0 (#19)
- removed unused dev dependency on
smol
(#18)
0.2.2 - 2022-11-03
- ignore
clippy::empty_loop
in#[framed]
macro expansion (#11)
0.2.1 - 2022-11-02
- eliminated redundant newline at end of
taskdump_tree
output (#10)
- Initial Release