Skip to content

Commit 6b8bc6d

Browse files
authored
Merge pull request #203 from wesleywiser/new_release
Prepare for 10.1.1 release
2 parents f2261c1 + e556604 commit 6b8bc6d

File tree

11 files changed

+23
-10
lines changed

11 files changed

+23
-10
lines changed

CHANGELOG.md

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

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+
310
## [10.1.0] - 2022-06-24
411

512
### Changed
@@ -111,6 +118,9 @@
111118

112119
## [0.2.0] - 2019-04-10
113120

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
114124
[9.2.0]: https://github.com/rust-lang/measureme/releases/tag/9.2.0
115125
[9.1.2]: https://github.com/rust-lang/measureme/releases/tag/9.1.2
116126
[9.1.1]: https://github.com/rust-lang/measureme/releases/tag/9.1.1
@@ -170,3 +180,6 @@
170180
[GH-193]: https://github.com/rust-lang/measureme/pull/193
171181
[GH-194]: https://github.com/rust-lang/measureme/pull/194
172182
[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

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 = "10.1.0"
3+
version = "10.1.1"
44
authors = ["Wesley Wiser <[email protected]>", "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 = "10.1.0"
3+
version = "10.1.1"
44
authors = ["Wesley Wiser <[email protected]>"]
55
edition = "2018"
66

decodeme/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "decodeme"
3-
version = "10.1.0"
3+
version = "10.1.1"
44
edition = "2018"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

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 = "10.1.0"
3+
version = "10.1.1"
44
authors = ["Wesley Wiser <[email protected]>", "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 = "10.1.0"
3+
version = "10.1.1"
44
authors = ["Wesley Wiser <[email protected]>", "Michael Woerister <michaelwoerister@posteo>"]
55
edition = "2018"
66
description = "Support crate for rustc's self-profiling feature"

mmedit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mmedit"
3-
version = "10.1.0"
3+
version = "10.1.1"
44
edition = "2018"
55

66
[dependencies]

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 = "10.1.0"
3+
version = "10.1.1"
44
authors = ["Wesley Wiser <[email protected]>", "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 = "10.1.0"
3+
version = "10.1.1"
44
authors = ["Wesley Wiser <[email protected]>", "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 = "10.1.0"
3+
version = "10.1.1"
44
authors = ["Wesley Wiser <[email protected]>", "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 = "10.1.0"
3+
version = "10.1.1"
44
authors = ["Michael Woerister <michaelwoerister@posteo>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)