Skip to content

Commit c285558

Browse files
authored
Merge pull request #102 from arielb1/release-0-1-9
Release 0 1 9
2 parents df0a760 + 4f8e0f1 commit c285558

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

CHANGELOG.md

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

55
## [unreleased]
66

7+
## [0.1.9](https://github.com/async-profiler/rust-agent/compare/v0.1.8...v0.1.9) - 2025-10-16
8+
9+
### Added
10+
11+
- allow running async-profiler agent in its own Tokio runtime (#97)
12+
- allow configuring the profiling intervals (#97)
13+
14+
### Docs
15+
16+
- Improve documentation (#87, #97)
17+
18+
### CI
19+
20+
- test against an upstream async-profiler release, instead of compiling our own (#86)
21+
22+
### Breaking changes
23+
24+
- update MSRV to 1.86, due to AWS SDK problems with 1.85
25+
26+
### Other
727
## [0.1.8](https://github.com/async-profiler/rust-agent/compare/v0.1.7...v0.1.8) - 2025-07-14
828

929
### 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.8"
3+
version = "0.1.9"
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)