Skip to content

Commit eaff8c0

Browse files
committed
chore(release): lib-0.5.3 release
1 parent fdef71b commit eaff8c0

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# v0.5.3
2+
## New features
3+
- Add BackendConfig to make reporting of pid, thread_id and thread_name
4+
optional.
5+
- Backends can add a suffix to the "application_name"
6+
7+
## Bug Fixes
8+
- **main**: fixed an obsecure bug when counting stacktraces ([Abid Omar](https://github.com/pyroscope-io/pyroscope-rs/commit/bdecaa13aeae3ce7d4c3d97f88bdd104ec35e7c5))
9+
110
# v0.5.2
211
## New features
312
- Authentication Token support

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Pyroscope Profiler Agent for continuous profiling of Rust, Python and Ruby appli
55
"""
66
keywords = ["pyroscope", "profiler", "profiling", "pprof"]
77
authors = ["Abid Omar <[email protected]>"]
8-
version = "0.5.2"
8+
version = "0.5.3"
99
edition = "2021"
1010
license = "Apache-2.0"
1111
homepage = "https://pyroscope.io/docs/rust"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Add this to your `Cargo.toml`:
3232

3333
```toml
3434
[dependencies]
35-
pyroscope = "0.5.2"
35+
pyroscope = "0.5.3"
3636
pyroscope_pprofrs = "0.2"
3737
```
3838

0 commit comments

Comments
 (0)