Skip to content

Commit f08dac4

Browse files
committed
chore: release v0.9.1
1 parent 43fd877 commit f08dac4

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## v0.9.1
4+
5+
### Fixes
6+
7+
Fix a bug introduced in v0.9.0 that when seccomp-bpf is turned off, tracexec aborts with an assertion error.
8+
9+
### Other
10+
11+
- Massive internal refactor.
12+
- Bump MSRV to 1.85 and edition to 2024.
13+
314
## v0.9.0
415

516
### Breaking Changes

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.9.0"
3+
version = "0.9.1"
44
edition = "2024"
55
authors = ["Levi Zim <rsworktech@outlook.com>"]
66
description = "Tracer for execve{,at} and pre-exec behavior, launcher for debuggers."

0 commit comments

Comments
 (0)