Skip to content

Commit 08ec2f4

Browse files
committed
chore(release): pprofrs 0.2.1
1 parent e9d9696 commit 08ec2f4

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed
Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
1+
# v0.2.1
2+
- update pyroscope-lib to 0.5.2
3+
4+
# v0.2.0
5+
- update pyroscope-lib to 0.5
6+
- multi-threading support
7+
18
# v0.1.0
2-
Initial release
9+
- Initial release

pyroscope_backends/pyroscope_pprofrs/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pprof-rs backend for Pyroscope Profiler.
55
"""
66
keywords = ["pyroscope", "profiler", "pprof-rs"]
77
authors = ["Abid Omar <[email protected]>"]
8-
version = "0.2.0"
8+
version = "0.2.1"
99
edition = "2021"
1010
license = "Apache-2.0"
1111
homepage = "https://pyroscope.io"
@@ -16,7 +16,7 @@ readme = "README.md"
1616

1717
[dependencies]
1818
pprof = "0.8"
19-
pyroscope = {version = "0.5.0", path = "../../" }
19+
pyroscope = {version = "0.5.2", path = "../../" }
2020
thiserror ="1.0"
2121

2222
[profile.dev]

0 commit comments

Comments
 (0)