Skip to content

Commit 0294198

Browse files
d-e-s-odanielocfb
authored andcommitted
cli: Bump version to 0.1.9
This change bumps blazecli's version to 0.1.9. The following notable changes have been made since 0.1.8: - Added --debug-dirs and --no-debug-syms options to 'symbolize process' sub-command - Added --no-debug-syms option to 'inspect dump elf' sub-command - Added --kallsyms and --vmlinux options to 'symbolize kernel' sub-command - Fixed truncation of overly long tracing lines - Bumped blazesym dependency to 0.2.0-rc.3 Signed-off-by: Daniel Müller <deso@posteo.net>
1 parent 355edec commit 0294198

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
Unreleased
2-
----------
1+
0.1.9
2+
-----
33
- Added `--debug-dirs` and `--no-debug-syms` options to `symbolize
44
process` sub-command
55
- Added `--no-debug-syms` option to `inspect dump elf` sub-command
6-
- Added `--kallsyms` and `--vmlinux` options to `symbolize-kernel
6+
- Added `--kallsyms` and `--vmlinux` options to `symbolize kernel`
77
sub-command
88
- Fixed truncation of overly long tracing lines
99
- Bumped `blazesym` dependency to `0.2.0-rc.3`

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "blazecli"
33
description = "A command line utility for the blazesym library."
4-
version = "0.1.8"
4+
version = "0.1.9"
55
edition.workspace = true
66
rust-version.workspace = true
77
default-run = "blazecli"

0 commit comments

Comments
 (0)