Releases: anakryiko/btfdump
Releases · anakryiko/btfdump
btfdump v0.0.4
What's Changed
- .github: add actions for CI and dependency updates by @tamird in #9
- btfdump version command by @anakryiko in #11
New Contributors
Full Changelog: v0.0.3...v0.0.4
btfdump v0.0.3
What's Changed
- uprade crate dependencies by @yan-ace62 in #7
- add support for ENUM64 types in f37af50
New Contributors
- @yan-ace62 made their first contribution in #7
Full Changelog: v0.0.2...v0.0.3
btfdump v0.0.2
What's Changed
- Add support for TYPE_MATCHES relocation by @danielocfb in #1
- types: cast to arch-specific c_char instead of i8 by @anakryiko in #4
New Contributors
- @danielocfb made their first contribution in #1
- @anakryiko made their first contribution in #4
Full Changelog: v0.0.1...v0.0.2
v0.0.1: cli: improve datasets arg handling
Make --datasets not a vector, but define more sensible default value (types + relocs), which is the most useful combination in practice. By not making --datasets a vector argument, it doesn't require '--' between flags and position arguments. Signed-off-by: Andrii Nakryiko <[email protected]>