Skip to content

Commit c9a7ff1

Browse files
author
Ariel Ben-Yehuda
committed
release 0.1.8
1 parent 0889ca9 commit c9a7ff1

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

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

55
## [unreleased]
66

7+
## [0.1.8](https://github.com/async-profiler/rust-agent/compare/v0.1.7...v0.1.8) - 2025-07-14
8+
9+
### Added
10+
11+
- *(decoder)* improve handling of decoding non-pollcatch samples
12+
13+
### Other
14+
15+
- ci: set up trusted publishing
16+
- fix clippy in new compilers
17+
- update zip to 4.0
18+
719
## [0.1.7](https://github.com/async-profiler/rust-agent/compare/v0.1.6...v0.1.7) - 2025-05-25
820

921
### Fixed

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