Skip to content

Commit

Permalink
chore(release): pprofrs 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
omarabid committed May 31, 2022
1 parent e9d9696 commit 08ec2f4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion pyroscope_backends/pyroscope_pprofrs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
# v0.2.1
- update pyroscope-lib to 0.5.2

# v0.2.0
- update pyroscope-lib to 0.5
- multi-threading support

# v0.1.0
Initial release
- Initial release
4 changes: 2 additions & 2 deletions pyroscope_backends/pyroscope_pprofrs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pprof-rs backend for Pyroscope Profiler.
"""
keywords = ["pyroscope", "profiler", "pprof-rs"]
authors = ["Abid Omar <[email protected]>"]
version = "0.2.0"
version = "0.2.1"
edition = "2021"
license = "Apache-2.0"
homepage = "https://pyroscope.io"
Expand All @@ -16,7 +16,7 @@ readme = "README.md"

[dependencies]
pprof = "0.8"
pyroscope = {version = "0.5.0", path = "../../" }
pyroscope = {version = "0.5.2", path = "../../" }
thiserror ="1.0"

[profile.dev]
Expand Down

0 comments on commit 08ec2f4

Please sign in to comment.