File tree 11 files changed +26
-12
lines changed
11 files changed +26
-12
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 10.1.0] - 2022-06-24
4
+
5
+ ### Changed
6
+ - Change install instructions to use stable branch ([ GH-189 ] )
7
+ - ` analyzeme ` : Remove some unused dependencies ([ GH-192 ] )
8
+ - ` decodeme ` : Generate nicer panic messages for incomplete data files ([ GH-193 ] )
9
+ - Fix build warnings from Rust 2018 idioms ([ GH-194 ] )
10
+ - ` measureme ` : Allow capturing hardware performance counters on stable compilers ([ GH-195 ] )
11
+
3
12
## [ 10.0.0] - 2021-10-06
4
13
5
14
### Changed
6
15
- ` analyzeme ` : Version-specific parts split out into ` decodeme ` crate. ([ GH-181 ] )
7
- - ` analyzeme ` : The crate now supports load both v7 and v8 of the file format. ([ GH-181 ] )
16
+ - ` analyzeme ` : The crate now supports loading both v7 and v8 of the file format. ([ GH-181 ] )
8
17
9
18
## [ 9.2.0] - 2021-09-13
10
19
### Changed
155
164
[ GH-156 ] : https://github.com/rust-lang/measureme/pull/156
156
165
[ GH-159 ] : https://github.com/rust-lang/measureme/pull/159
157
166
[ GH-180 ] : https://github.com/rust-lang/measureme/pull/180
158
- [ GH-181 ] : https://github.com/rust-lang/measureme/pull/181
167
+ [ GH-181 ] : https://github.com/rust-lang/measureme/pull/181
168
+ [ GH-189 ] : https://github.com/rust-lang/measureme/pull/189
169
+ [ GH-192 ] : https://github.com/rust-lang/measureme/pull/192
170
+ [ GH-193 ] : https://github.com/rust-lang/measureme/pull/193
171
+ [ GH-194 ] : https://github.com/rust-lang/measureme/pull/194
172
+ [ GH-195 ] : https://github.com/rust-lang/measureme/pull/195
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " analyzeme"
3
- version = " 10.0 .0"
3
+ version = " 10.1 .0"
4
4
authors = [" Wesley Wiser <wwiser@gmail.com>" , " 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.0 .0"
3
+ version = " 10.1 .0"
4
4
authors = [" Wesley Wiser <wwiser@gmail.com>" ]
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.0 .0"
3
+ version = " 10.1 .0"
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.0 .0"
3
+ version = " 10.1 .0"
4
4
authors = [" Wesley Wiser <wwiser@gmail.com>" , " 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.0 .0"
3
+ version = " 10.1 .0"
4
4
authors = [" Wesley Wiser <wwiser@gmail.com>" , " 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.0 .0"
3
+ version = " 10.1 .0"
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.0 .0"
3
+ version = " 10.1 .0"
4
4
authors = [" Wesley Wiser <wwiser@gmail.com>" , " 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.0 .0"
3
+ version = " 10.1 .0"
4
4
authors = [" Wesley Wiser <wwiser@gmail.com>" , " 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.0 .0"
3
+ version = " 10.1 .0"
4
4
authors = [" Wesley Wiser <wwiser@gmail.com>" , " 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.0 .0"
3
+ version = " 10.1 .0"
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