From 8e7ff59b3c3659d9750975f6e1d7ad3e2378598f Mon Sep 17 00:00:00 2001 From: Ariel Ben-Yehuda Date: Sun, 16 Nov 2025 13:41:37 +0000 Subject: [PATCH] release 0.1.11 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) 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"