Skip to content

Commit dfccf95

Browse files
committed
chore(release): rbspy-0.2.2 release
1 parent a5b1b78 commit dfccf95

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed
Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
1+
# v0.2.2
2+
- Update pyroscope to 0.5.3
3+
- Add support for BackendConfig
4+
- Use patched rbspy fork
5+
16
# v0.2.1
2-
- update pyroscope-lib to 0.5.2
7+
- Update pyroscope-lib to 0.5.2
38

49
# v0.2.0
5-
- update pyroscope-lib to 0.5
6-
- multi-threading support
10+
- Update pyroscope-lib to 0.5
11+
- Multi-threading support
712

813
# v0.1.0
914
- Initial release

pyroscope_backends/pyroscope_rbspy/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ rbspy backend for Pyroscope Profiler.
55
"""
66
keywords = ["pyroscope", "profiler", "rbspy"]
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"
@@ -15,7 +15,7 @@ readme = "README.md"
1515

1616
[dependencies]
1717
rbspy= {package = "rbspy-oncpu", version = "0.12.1"}
18-
pyroscope = { version = "0.5.2", path = "../../" }
18+
pyroscope = { version = "0.5.3", path = "../../" }
1919
thiserror ="1.0"
2020
log = "0.4"
2121
anyhow = "1.0.56"

0 commit comments

Comments
 (0)