File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed
pyroscope_backends/pyroscope_pyspy Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1+ # v0.2.3
2+ - Update pyroscope to 0.5.3
3+ - Add support for BackendConfig
4+
15# v0.2.2
2- - update py-spy to 0.3.12
6+ - Update py-spy to 0.3.12
37
48# v0.2.1
5- - update pyroscope-lib to 0.5.2
9+ - Update pyroscope-lib to 0.5.2
610
711# v0.2.0
8- - update pyroscope-lib to 0.5
9- - multi -threading support
12+ - Update pyroscope-lib to 0.5
13+ - Multi -threading support
1014
1115# v0.1.0
1216- Initial release
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ pyspy backend for Pyroscope Profiler.
55"""
66keywords = [" pyroscope" , " profiler" , " pyspy" ]
77authors = [
" Abid Omar <[email protected] >" ]
8- version = " 0.2.2 "
8+ version = " 0.2.3 "
99edition = " 2021"
1010license = " Apache-2.0"
1111homepage = " https://pyroscope.io"
@@ -15,7 +15,7 @@ readme = "README.md"
1515
1616[dependencies ]
1717py-spy = " 0.3.12"
18- pyroscope = { version = " 0.5.2 " , path = " ../../" }
18+ pyroscope = { version = " 0.5.3 " , path = " ../../" }
1919thiserror =" 1.0"
2020log = " 0.4"
2121
You can’t perform that action at this time.
0 commit comments