Skip to content

Commit

Permalink
chore: release v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kxxt committed Jan 10, 2025
1 parent 811ca0a commit b861a8f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## v0.8.1
## v0.8.2

### Notice

Expand All @@ -26,6 +26,7 @@ where the patch that causes the regression is reverted. Further investigation is
- Internal refactor: remove lazy_static
- Internal refactor: replace some static variables with constants (by @Integral-Tech)
- tracexec now uses `PTRACE_SEIZE` instead of setting `PTRACE_TRACEME` after fork.
- Specify MSRV in `Cargo.toml`. (v0.8.1 is yanked because the incompatible lockfile version change from 3 to 4).

## v0.8.0

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tracexec"
version = "0.8.1"
version = "0.8.2"
edition = "2021"
authors = ["Levi Zim <[email protected]>"]
description = "Tracer for execve{,at} and pre-exec behavior, launcher for debuggers."
Expand Down

0 comments on commit b861a8f

Please sign in to comment.