Skip to content

Commit 25cd609

Browse files
committed
chore(release): pyspy 0.2.2
1 parent 5adf581 commit 25cd609

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

pyroscope_backends/pyroscope_pyspy/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# v0.2.2
2+
- update py-spy to 0.3.12
3+
14
# v0.2.1
25
- update pyroscope-lib to 0.5.2
36

pyroscope_backends/pyroscope_pyspy/Cargo.toml

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

1616
[dependencies]
17-
py-spy = "0.3.11"
17+
py-spy = "0.3.12"
1818
pyroscope = { version = "0.5.2", path = "../../" }
1919
thiserror ="1.0"
2020
log = "0.4"

0 commit comments

Comments
 (0)