Skip to content

Commit

Permalink
chore: release v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kxxt committed Jul 14, 2024
1 parent b65fa66 commit 6a809cf
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## v0.4.1

Changes since v0.4.0:

- Update dependencies, notably:
- `rataui` to v0.27.0, and its friend crates
- `shell-quote` to v0.7.1. The escape of utf8 characters is now better.
- chore: run cargo update to get rid of yanked bytes 1.6.0
- Perf: Log Mode: Don't accumulate msgs on unbounded channel
- Docs: Update crate description

## v0.4.0

I am very excited to share that tracexec can now be used as a debugger launcher.
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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "tracexec"
version = "0.4.0"
version = "0.4.1"
edition = "2021"
authors = ["Levi Zim <[email protected]>"]
description = "A small utility for tracing execve{,at} and pre-exec behavior"
description = "Tracer for execve{,at} and pre-exec behavior, launcher for debuggers."
license = "GPL-2.0-or-later"
readme = "README.md"
repository = "https://github.com/kxxt/tracexec"
Expand Down

0 comments on commit 6a809cf

Please sign in to comment.