Skip to content

Commit

Permalink
chore: release v0.6.2-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kxxt committed Oct 7, 2024
1 parent 4158308 commit 6f85e61
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# Changelog

## v0.6.2-rc.1
## v0.6.2-rc.2

- Fix: Update dependencies to get rid of yanked futures-util 0.3.30
- Fix: Ensure build-script is built with the same vendoring feature as the main binary
- eBPF: Use a better workaround in eBPF code(empty printk workaround is removed).
- CI: Fix a typo in CI yaml that caused the released static binaries to be non static.
- CI: Enable eBPF for riscv64.
- CI: Enable static builds for riscv64.
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.6.2-rc.1"
version = "0.6.2-rc.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 6f85e61

Please sign in to comment.