From 25aaf798d412ab1698881a79b682f46e557c5c89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20M=C3=BCller?= Date: Mon, 10 Jun 2024 10:12:26 -0700 Subject: [PATCH] cli: Bump version to 0.1.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This change bumps blazecli's version to 0.1.5. The following notable changes have been made since 0.1.4: - Added --debug-dirs option to 'symbolize elf' sub-command - Bumped blazesym dependency to 0.2.0-rc.0 Signed-off-by: Daniel Müller --- cli/CHANGELOG.md | 4 ++-- cli/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index c4056d74..910ed27f 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,5 @@ -Unreleased ----------- +0.1.5 +----- - Added `--debug-dirs` option to `symbolize elf` sub-command - Bumped `blazesym` dependency to `0.2.0-rc.0` diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 5c9631f1..c6a7d6ef 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "blazecli" description = "A command line utility for the blazesym library." -version = "0.1.4" +version = "0.1.5" edition = "2021" rust-version = "1.65" default-run = "blazecli"