Skip to content

Commit 56fecee

Browse files
authored
Merge pull request #78 from arielb1/release-0-1-8
Release 0 1 8
2 parents 61168b4 + b799183 commit 56fecee

File tree

4 files changed

+42
-29
lines changed

4 files changed

+42
-29
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Publish release
33
permissions:
44
pull-requests: write
55
contents: write
6+
id-token: write # Required for OIDC token exchange / trusted publishing
67

78
on:
89
push:

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: 28 additions & 28 deletions
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)