Skip to content

Commit b5768e3

Browse files
authored
Merge pull request #161 from wesleywiser/9.1.2_release
Update CHANGELOG for the 9.1.2 release
2 parents ec67137 + 4dc8835 commit b5768e3

File tree

9 files changed

+14
-8
lines changed

9 files changed

+14
-8
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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])
@@ -88,6 +92,7 @@
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
@@ -137,3 +142,4 @@
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

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.1"
3+
version = "9.1.2"
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.1"
3+
version = "9.1.2"
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.1"
3+
version = "9.1.2"
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.1"
3+
version = "9.1.2"
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.1"
3+
version = "9.1.2"
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.1"
3+
version = "9.1.2"
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.1"
3+
version = "9.1.2"
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.1"
3+
version = "9.1.2"
44
authors = ["Michael Woerister <michaelwoerister@posteo>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)