Skip to content

Commit

Permalink
chore: release v0.3.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kxxt committed May 19, 2024
1 parent 757fd86 commit 2383242
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## v0.3.0-alpha.1

tracexec v0.3.0-alpha.1 released!

Changes since v0.2.2:

### Added

- Shell completions are now available for bash, elvish, fish, powershell and zsh!
- Run `tracexec generate-completions <SHELL>` to get the completion file to install for your favorite shell.
- TUI: Toggle showing/hiding CWDS by pressing `W`.
- Musl builds are now available for x86_64 and aarch64.

### Fixed

- Fix build issues on musl.

## v0.2.2

tracexec v0.2.2 released!
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.2.2"
version = "0.3.0-alpha.1"
edition = "2021"
authors = ["Levi Zim <[email protected]>"]
description = "A small utility for tracing execve{,at} and pre-exec behavior"
Expand Down

0 comments on commit 2383242

Please sign in to comment.