diff --git a/CHANGELOG.md b/CHANGELOG.md index 7732da3..bd14ff9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. ## [unreleased] +## [0.1.11](https://github.com/async-profiler/rust-agent/compare/v0.1.10...v0.1.11) - 2025-11-16 + +### Added + +- pass ec2 instance type from imds in EC2 instance metadata + ## [0.1.10](https://github.com/async-profiler/rust-agent/compare/v0.1.9...v0.1.10) - 2025-11-13 ### Added diff --git a/Cargo.lock b/Cargo.lock index 69f9041..ad72ba7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -109,7 +109,7 @@ dependencies = [ [[package]] name = "async-profiler-agent" -version = "0.1.10" +version = "0.1.11" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 66565c7..682f0cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-profiler-agent" -version = "0.1.10" +version = "0.1.11" description = "Rust agent for async-profiler" license = "Apache-2.0" repository = "https://github.com/async-profiler/rust-agent"