Skip to content

Commit

Permalink
release: v0.0.0-experimental.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kxxt committed Oct 26, 2023
1 parent 92d1daa commit e3dcfd7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 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.0.0-experimental.6

- Internal refactor and bug fixes
- feat(cli): add color level option
- --print-cmdline: show cmdline hint
- more colors
- deps: update shell-quote to 0.3.2, which makes the output of `--print-cmdline` more aesthetically pleasing.
- feat: --print-children for a message when a child is created
- docs: update README.
- Github: add release workflow

## v0.0.0-experimental.5

- Make the output readable on most color profiles (Simply don't change the background.)
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.0.0-experimental.5"
version = "0.0.0-experimental.6"
edition = "2021"
authors = ["Levi Zim <[email protected]>"]
description = "A small utility to trace program execution."
Expand Down

0 comments on commit e3dcfd7

Please sign in to comment.