Skip to content

Commit 0fa575e

Browse files
authored
Bump version to v0.14 (#257)
Signed-off-by: Yang Keao <[email protected]>
1 parent b1d02fd commit 0fa575e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## Unreleased
7+
## [0.14.0] - 2023-11-08
88

99
### Fixed
1010
- Fix the alignment of the collector and validate function (#255)

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pprof"
3-
version = "0.13.0"
3+
version = "0.14.0"
44
authors = ["Yang Keao <[email protected]>"]
55
edition = "2021"
66
license = "Apache-2.0"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ FRAME: backtrace::backtrace::trace::h3e91a3123a3049a5 -> FRAME: pprof::profiler:
4343
## Flamegraph
4444

4545
```toml
46-
pprof = { version = "0.13", features = ["flamegraph"] }
46+
pprof = { version = "0.14", features = ["flamegraph"] }
4747
```
4848

4949
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)