Skip to content

Commit 518f45e

Browse files
authored
Merge pull request #26 from arielb1/release-0-1-2
release 0.1.2
2 parents 85bbaa8 + effbccf commit 518f45e

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
44

55
## [unreleased]
66

7+
## [0.1.2](https://github.com/async-profiler/rust-agent/compare/v0.1.1...v0.1.2) - 2025-04-24
8+
9+
### Added
10+
11+
- implement LocalReporter
12+
- implement MultiReporter
13+
- add JFR decoder implementation (not published in crates.io)
14+
15+
### Other
16+
17+
- add test for decoder against JFR file
18+
- add integration tests
19+
20+
## [0.1.1](https://github.com/async-profiler/rust-agent/compare/v0.1.0...v0.1.1) - 2025-04-16
21+
722
### 🚀 Features
823

924
- Add initial support for pollcatch

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-profiler-agent"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "Rust agent for async-profiler"
55
license = "Apache-2.0"
66
repository = "https://github.com/async-profiler/rust-agent"

0 commit comments

Comments
 (0)