Skip to content

Commit ede48a5

Browse files
authored
Merge pull request #110 from arielb1/release-0-1-10
release: release async-profiler-agent 0.1.10
2 parents 924411b + abb2dc7 commit ede48a5

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

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

55
## [unreleased]
66

7+
## [0.1.10](https://github.com/async-profiler/rust-agent/compare/v0.1.9...v0.1.10) - 2025-11-13
8+
9+
### Added
10+
11+
- add parsing of CPU and Memory fields behind unstable feature flag, will be stable in the next release ([#106](https://github.com/async-profiler/rust-agent/pull/106))
12+
- add constructors for agent metadata types ([#106](https://github.com/async-profiler/rust-agent/pull/106))
13+
14+
### Fixed
15+
16+
- Fix compilation on macOS ([#105](https://github.com/async-profiler/rust-agent/pull/105))
17+
718
## [0.1.9](https://github.com/async-profiler/rust-agent/compare/v0.1.8...v0.1.9) - 2025-10-16
819

920
### Added

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.9"
3+
version = "0.1.10"
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)