File tree Expand file tree Collapse file tree 9 files changed +14
-8
lines changed Expand file tree Collapse file tree 9 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 9.1.2] - 2021-05-21
4+ ### Added
5+ - ` measureme ` : Allow recording interval events without using the drop guard ([ GH-159 ] )
6+
37## [ 9.1.1] - 2021-04-23
48### Changed
59- ` crox ` : Update the ` --dir ` flag to look for the correct file extension for traces ([ GH-155 ] )
8892
8993## [ 0.2.0] - 2019-04-10
9094
95+ [ 9.1.2 ] : https://github.com/rust-lang/measureme/releases/tag/9.1.2
9196[ 9.1.1 ] : https://github.com/rust-lang/measureme/releases/tag/9.1.1
9297[ 9.1.0 ] : https://github.com/rust-lang/measureme/releases/tag/9.1.0
9398[ 9.0.0 ] : https://github.com/rust-lang/measureme/releases/tag/9.0.0
137142[ GH-151 ] : https://github.com/rust-lang/measureme/pull/151
138143[ GH-155 ] : https://github.com/rust-lang/measureme/pull/155
139144[ GH-156 ] : https://github.com/rust-lang/measureme/pull/156
145+ [ GH-159 ] : https://github.com/rust-lang/measureme/pull/159
Original file line number Diff line number Diff line change 11[package ]
22name = " analyzeme"
3- version = " 9.1.1 "
3+ version = " 9.1.2 "
44authors = [" Wesley Wiser <wwiser@gmail.com>" , " Michael Woerister <michaelwoerister@posteo>" ]
55edition = " 2018"
66license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change 11[package ]
22name = " crox"
3- version = " 9.1.1 "
3+ version = " 9.1.2 "
44authors = [" Wesley Wiser <wwiser@gmail.com>" ]
55edition = " 2018"
66
Original file line number Diff line number Diff line change 11[package ]
22name = " flamegraph"
3- version = " 9.1.1 "
3+ version = " 9.1.2 "
44authors = [" Wesley Wiser <wwiser@gmail.com>" , " Michael Woerister <michaelwoerister@posteo>" ]
55edition = " 2018"
66license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change 11[package ]
22name = " measureme"
3- version = " 9.1.1 "
3+ version = " 9.1.2 "
44authors = [" Wesley Wiser <wwiser@gmail.com>" , " Michael Woerister <michaelwoerister@posteo>" ]
55edition = " 2018"
66description = " Support crate for rustc's self-profiling feature"
Original file line number Diff line number Diff line change 11[package ]
22name = " mmview"
3- version = " 9.1.1 "
3+ version = " 9.1.2 "
44authors = [" Wesley Wiser <wwiser@gmail.com>" , " Michael Woerister <michaelwoerister@posteo>" ]
55edition = " 2018"
66license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change 11[package ]
22name = " stack_collapse"
3- version = " 9.1.1 "
3+ version = " 9.1.2 "
44authors = [" Wesley Wiser <wwiser@gmail.com>" , " Michael Woerister <michaelwoerister@posteo>" ]
55edition = " 2018"
66license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change 11[package ]
22name = " summarize"
3- version = " 9.1.1 "
3+ version = " 9.1.2 "
44authors = [" Wesley Wiser <wwiser@gmail.com>" , " Michael Woerister <michaelwoerister@posteo>" ]
55edition = " 2018"
66license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change 11[package ]
22name = " version_checker"
3- version = " 9.1.1 "
3+ version = " 9.1.2 "
44authors = [" Michael Woerister <michaelwoerister@posteo>" ]
55edition = " 2018"
66license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments