File tree 11 files changed +23
-10
lines changed
11 files changed +23
-10
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 10.1.1] - 2023-02-08
4
+
5
+ ### Changed
6
+ - ` measureme ` : Update ` perf-event-open-sys ` to 3.0 ([ GH-198 ] )
7
+ - Move profile data analysis into analyzeme from summarizeme ([ GH-200 ] )
8
+ - ` summarize ` : Update ` prettytable ` dependency to avoid segfaults on large profiles ([ GH-202 ] )
9
+
3
10
## [ 10.1.0] - 2022-06-24
4
11
5
12
### Changed
111
118
112
119
## [ 0.2.0] - 2019-04-10
113
120
121
+ [ 10.1.1 ] : https://github.com/rust-lang/measureme/releases/tag/10.1.1
122
+ [ 10.1.0 ] : https://github.com/rust-lang/measureme/releases/tag/10.1.0
123
+ [ 10.0.0 ] : https://github.com/rust-lang/measureme/releases/tag/10.0.0
114
124
[ 9.2.0 ] : https://github.com/rust-lang/measureme/releases/tag/9.2.0
115
125
[ 9.1.2 ] : https://github.com/rust-lang/measureme/releases/tag/9.1.2
116
126
[ 9.1.1 ] : https://github.com/rust-lang/measureme/releases/tag/9.1.1
170
180
[ GH-193 ] : https://github.com/rust-lang/measureme/pull/193
171
181
[ GH-194 ] : https://github.com/rust-lang/measureme/pull/194
172
182
[ GH-195 ] : https://github.com/rust-lang/measureme/pull/195
183
+ [ GH-198 ] : https://github.com/rust-lang/measureme/pull/198
184
+ [ GH-200 ] : https://github.com/rust-lang/measureme/pull/200
185
+ [ GH-202 ] : https://github.com/rust-lang/measureme/pull/202
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " analyzeme"
3
- version = " 10.1.0 "
3
+ version = " 10.1.1 "
4
4
authors = [
" Wesley Wiser <[email protected] >" ,
" Michael Woerister <michaelwoerister@posteo>" ]
5
5
edition = " 2018"
6
6
license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " crox"
3
- version = " 10.1.0 "
3
+ version = " 10.1.1 "
4
4
authors = [
" Wesley Wiser <[email protected] >" ]
5
5
edition = " 2018"
6
6
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " decodeme"
3
- version = " 10.1.0 "
3
+ version = " 10.1.1 "
4
4
edition = " 2018"
5
5
6
6
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " flamegraph"
3
- version = " 10.1.0 "
3
+ version = " 10.1.1 "
4
4
authors = [
" Wesley Wiser <[email protected] >" ,
" Michael Woerister <michaelwoerister@posteo>" ]
5
5
edition = " 2018"
6
6
license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " measureme"
3
- version = " 10.1.0 "
3
+ version = " 10.1.1 "
4
4
authors = [
" Wesley Wiser <[email protected] >" ,
" Michael Woerister <michaelwoerister@posteo>" ]
5
5
edition = " 2018"
6
6
description = " Support crate for rustc's self-profiling feature"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " mmedit"
3
- version = " 10.1.0 "
3
+ version = " 10.1.1 "
4
4
edition = " 2018"
5
5
6
6
[dependencies ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " mmview"
3
- version = " 10.1.0 "
3
+ version = " 10.1.1 "
4
4
authors = [
" Wesley Wiser <[email protected] >" ,
" Michael Woerister <michaelwoerister@posteo>" ]
5
5
edition = " 2018"
6
6
license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " stack_collapse"
3
- version = " 10.1.0 "
3
+ version = " 10.1.1 "
4
4
authors = [
" Wesley Wiser <[email protected] >" ,
" Michael Woerister <michaelwoerister@posteo>" ]
5
5
edition = " 2018"
6
6
license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " summarize"
3
- version = " 10.1.0 "
3
+ version = " 10.1.1 "
4
4
authors = [
" Wesley Wiser <[email protected] >" ,
" Michael Woerister <michaelwoerister@posteo>" ]
5
5
edition = " 2018"
6
6
license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " version_checker"
3
- version = " 10.1.0 "
3
+ version = " 10.1.1 "
4
4
authors = [" Michael Woerister <michaelwoerister@posteo>" ]
5
5
edition = " 2018"
6
6
license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments