Skip to content

Commit 98db2ca

Browse files
committed
Bump version to 0.8
Signed-off-by: YangKeao <[email protected]>
1 parent 3af1e9a commit 98db2ca

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.8.0] - 2022-04-20
10+
11+
### Changed
12+
- Update prost from 0.9 to 0.10 (#113, #114, #115)
13+
914
## [0.7.0] - 2022-03-08
1015

1116
### Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pprof"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
authors = ["Yang Keao <[email protected]>"]
55
edition = "2021"
66
license = "Apache-2.0"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ FRAME: backtrace::backtrace::trace::h3e91a3123a3049a5 -> FRAME: pprof::profiler:
4242
## Flamegraph
4343

4444
```toml
45-
pprof = { version = "0.7", features = ["flamegraph"] }
45+
pprof = { version = "0.8", features = ["flamegraph"] }
4646
```
4747

4848
If `flamegraph` feature is enabled, you can generate flamegraph from the report. `Report` struct has a method `flamegraph` which can generate flamegraph and write it into a `Write`.

0 commit comments

Comments
 (0)