Skip to content

Commit

Permalink
chore(release): lib-0.5.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
omarabid committed Jun 27, 2022
1 parent fdef71b commit eaff8c0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# v0.5.3
## New features
- Add BackendConfig to make reporting of pid, thread_id and thread_name
optional.
- Backends can add a suffix to the "application_name"

## Bug Fixes
- **main**: fixed an obsecure bug when counting stacktraces ([Abid Omar](https://github.com/pyroscope-io/pyroscope-rs/commit/bdecaa13aeae3ce7d4c3d97f88bdd104ec35e7c5))

# v0.5.2
## New features
- Authentication Token support
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Pyroscope Profiler Agent for continuous profiling of Rust, Python and Ruby appli
"""
keywords = ["pyroscope", "profiler", "profiling", "pprof"]
authors = ["Abid Omar <[email protected]>"]
version = "0.5.2"
version = "0.5.3"
edition = "2021"
license = "Apache-2.0"
homepage = "https://pyroscope.io/docs/rust"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
pyroscope = "0.5.2"
pyroscope = "0.5.3"
pyroscope_pprofrs = "0.2"
```

Expand Down

0 comments on commit eaff8c0

Please sign in to comment.