Skip to content

Commit a89c554

Browse files
committed
cli: Bump version to 0.1.11
This change bumps the program's version to 0.1.11. The following notable changes have been made since 0.1.10: - Bumped blazesym dependency to 0.2.0-rc.5 Signed-off-by: Daniel Müller <[email protected]>
1 parent d815e0c commit a89c554

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Unreleased
2-
----------
1+
0.1.11
2+
------
33
- Bumped `blazesym` dependency to `0.2.0-rc.5`
44

55

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.10"
4+
version = "0.1.11"
55
edition.workspace = true
66
rust-version.workspace = true
77
default-run = "blazecli"

0 commit comments

Comments
 (0)