Skip to content

Commit

Permalink
Bump version to v0.12.0 (tikv#215)
Browse files Browse the repository at this point in the history
Signed-off-by: Yang Keao <[email protected]>
  • Loading branch information
YangKeao authored Jul 3, 2023
1 parent 559ae89 commit 596cc5b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.12.0] - 2023-07-03

### Added
- Support building `pprof-rs` for `android` target (#202)
- Support building `pprof-rs` for `freebsd` target (#213)

### Changed
- Upgrade `criterion` to 0.5 (#212)
- Bump the MSRV to 1.64.0 (#204)

### Fixed
- Hide `perf_signal_handler` frames on macOS (#207)

## [0.11.1] - 2023-02-21

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pprof"
version = "0.11.1"
version = "0.12.0"
authors = ["Yang Keao <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ FRAME: backtrace::backtrace::trace::h3e91a3123a3049a5 -> FRAME: pprof::profiler:
## Flamegraph

```toml
pprof = { version = "0.11", features = ["flamegraph"] }
pprof = { version = "0.12", features = ["flamegraph"] }
```

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`.
Expand Down

0 comments on commit 596cc5b

Please sign in to comment.