Skip to content

Commit

Permalink
chore(release): pyspy-0.2.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
omarabid committed Jun 27, 2022
1 parent f4b98fb commit a5b1b78
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
12 changes: 8 additions & 4 deletions pyroscope_backends/pyroscope_pyspy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# v0.2.3
- Update pyroscope to 0.5.3
- Add support for BackendConfig

# v0.2.2
- update py-spy to 0.3.12
- Update py-spy to 0.3.12

# v0.2.1
- update pyroscope-lib to 0.5.2
- Update pyroscope-lib to 0.5.2

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

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

[dependencies]
py-spy = "0.3.12"
pyroscope = { version = "0.5.2", path = "../../" }
pyroscope = { version = "0.5.3", path = "../../" }
thiserror ="1.0"
log = "0.4"

Expand Down

0 comments on commit a5b1b78

Please sign in to comment.