Skip to content

Commit c05eb6d

Browse files
Release version 0.4.0.
1 parent 931281d commit c05eb6d

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Changelog
22

3-
## Unreleased
3+
## [0.4.0] - 2019-10-24
44
### Added
5+
- `measureme`: Added RAII-based API for recording events ([GH-70])
56
- `measureme`: Added support for compiling the library under wasm/wasi ([GH-43])
67
- `mmview`: Added the `-t` flag to limit output to results on the specified thread id ([GH-49])
78
- `summarize`: Added the `diff` sub command to compare two profiles ([GH-50])
@@ -22,7 +23,7 @@
2223

2324
## [0.2.0] - 2019-04-10
2425

25-
26+
[0.4.0]: https://github.com/rust-lang/measureme/releases/tag/0.4.0
2627
[0.3.0]: https://github.com/rust-lang/measureme/releases/tag/0.3.0
2728
[0.2.1]: https://github.com/rust-lang/measureme/releases/tag/0.2.1
2829
[0.2.0]: https://github.com/rust-lang/measureme/releases/tag/0.2.0
@@ -35,3 +36,4 @@
3536
[GH-56]: https://github.com/rust-lang/measureme/pull/56
3637
[GH-59]: https://github.com/rust-lang/measureme/pull/59
3738
[GH-60]: https://github.com/rust-lang/measureme/pull/60
39+
[GH-70]: https://github.com/rust-lang/measureme/pull/70

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

0 commit comments

Comments
 (0)