Skip to content

Commit daa89f6

Browse files
committed
Update CHANGLOG for 9.1.1 release
1 parent d5050c0 commit daa89f6

File tree

9 files changed

+16
-8
lines changed

9 files changed

+16
-8
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [9.1.1] - 2021-04-23
4+
### Changed
5+
- `crox`: Update the `--dir` flag to look for the correct file extension for traces ([GH-155])
6+
- `measureme`: Update the `memmap` dependency to `memmap2` which is actively maintained ([GH-156])
7+
38
## [9.1.0] - 2021-02-19
49
### Added
510
- `measureme`: Add support for using hardware performance counters instead of wall-clock times. ([GH-143])
@@ -83,6 +88,7 @@
8388

8489
## [0.2.0] - 2019-04-10
8590

91+
[9.1.1]: https://github.com/rust-lang/measureme/releases/tag/9.1.1
8692
[9.1.0]: https://github.com/rust-lang/measureme/releases/tag/9.1.0
8793
[9.0.0]: https://github.com/rust-lang/measureme/releases/tag/9.0.0
8894
[0.8.0]: https://github.com/rust-lang/measureme/releases/tag/0.8.0
@@ -129,3 +135,5 @@
129135
[GH-146]: https://github.com/rust-lang/measureme/pull/146
130136
[GH-148]: https://github.com/rust-lang/measureme/pull/148
131137
[GH-151]: https://github.com/rust-lang/measureme/pull/151
138+
[GH-155]: https://github.com/rust-lang/measureme/pull/155
139+
[GH-156]: https://github.com/rust-lang/measureme/pull/156

analyzeme/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "analyzeme"
3-
version = "9.1.0"
3+
version = "9.1.1"
44
authors = ["Wesley Wiser <wwiser@gmail.com>", "Michael Woerister <michaelwoerister@posteo>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

crox/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "crox"
3-
version = "9.1.0"
3+
version = "9.1.1"
44
authors = ["Wesley Wiser <wwiser@gmail.com>"]
55
edition = "2018"
66

flamegraph/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "flamegraph"
3-
version = "9.1.0"
3+
version = "9.1.1"
44
authors = ["Wesley Wiser <wwiser@gmail.com>", "Michael Woerister <michaelwoerister@posteo>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

measureme/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "measureme"
3-
version = "9.1.0"
3+
version = "9.1.1"
44
authors = ["Wesley Wiser <wwiser@gmail.com>", "Michael Woerister <michaelwoerister@posteo>"]
55
edition = "2018"
66
description = "Support crate for rustc's self-profiling feature"

mmview/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mmview"
3-
version = "9.1.0"
3+
version = "9.1.1"
44
authors = ["Wesley Wiser <wwiser@gmail.com>", "Michael Woerister <michaelwoerister@posteo>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

stack_collapse/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stack_collapse"
3-
version = "9.1.0"
3+
version = "9.1.1"
44
authors = ["Wesley Wiser <wwiser@gmail.com>", "Michael Woerister <michaelwoerister@posteo>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

summarize/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "summarize"
3-
version = "9.1.0"
3+
version = "9.1.1"
44
authors = ["Wesley Wiser <wwiser@gmail.com>", "Michael Woerister <michaelwoerister@posteo>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

version_checker/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "version_checker"
3-
version = "9.1.0"
3+
version = "9.1.1"
44
authors = ["Michael Woerister <michaelwoerister@posteo>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)