Skip to content

Commit

Permalink
cli: Bump version to 0.1.1
Browse files Browse the repository at this point in the history
This change bumps blazecli's version to 0.1.1. The following notable
changes have been made since 0.1.0:
- Fixed process symbolization erring out with wrong input type message

Signed-off-by: Daniel Müller <deso@posteo.net>
  • Loading branch information
d-e-s-o authored and danielocfb committed Nov 29, 2023
1 parent edf5bbb commit 27148e5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Unreleased
----------
0.1.1
-----
- Fixed process symbolization erring out with wrong input type message


Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "blazecli"
description = "A command line utility for the blazesym library."
version = "0.1.0"
version = "0.1.1"
edition = "2021"
rust-version = "1.65"
default-run = "blazecli"
Expand Down
1 change: 1 addition & 0 deletions cli/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[![pipeline](https://github.com/libbpf/blazesym/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/libbpf/blazesym/actions/workflows/test.yml)
[![crates.io](https://img.shields.io/crates/v/blazecli.svg)](https://crates.io/crates/blazecli)
[![rustc](https://img.shields.io/badge/rustc-1.65+-blue.svg)](https://blog.rust-lang.org/2022/11/03/Rust-1.65.0.html)

blazecli
Expand Down

0 comments on commit 27148e5

Please sign in to comment.