Skip to content

Commit d9cc53c

Browse files
authored
Merge pull request #112 from arielb1/release-0-1-11
release 0.1.11
2 parents 1215937 + 8e7ff59 commit d9cc53c

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

55
## [unreleased]
66

7+
## [0.1.11](https://github.com/async-profiler/rust-agent/compare/v0.1.10...v0.1.11) - 2025-11-16
8+
9+
### Added
10+
11+
- pass ec2 instance type from imds in EC2 instance metadata
12+
713
## [0.1.10](https://github.com/async-profiler/rust-agent/compare/v0.1.9...v0.1.10) - 2025-11-13
814

915
### 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.10"
3+
version = "0.1.11"
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)