Skip to content

Commit 6e1301b

Browse files
committed
release: 0.15.1
1 parent 1a6515d commit 6e1301b

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
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v0.15.1
4+
5+
This patch release fixes a bug that might cause tracexec's eBPF backend to
6+
misbehave on architectures other than x86_64. It is caused by clangd
7+
auto-inserting a x86-specific header include.
8+
39
## v0.15.0
410

511
### New Features

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 = "tracexec"
3-
version = "0.15.0"
3+
version = "0.15.1"
44
edition = "2024"
55
authors = ["Levi Zim <[email protected]>"]
66
description = "Tracer for execve{,at} and pre-exec behavior, launcher for debuggers."

0 commit comments

Comments
 (0)