Skip to content

Commit

Permalink
Merge pull request #52 from tamada/release/v0.5.0
Browse files Browse the repository at this point in the history
Release/v0.5.0
  • Loading branch information
tamada committed Jun 20, 2022
2 parents 5c446a7 + 6874dba commit 29866db
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "btmeister"
version = "0.4.7"
version = "0.5.0"
edition = "2021"
authors = [ "Haruaki TAMADA" ]
license-file = "LICENSE"
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@
[![Coverage Status](https://coveralls.io/repos/github/tamada/btmeister/badge.svg?branch=main)](https://coveralls.io/github/tamada/btmeister?branch=main)
[![Rust Report Card](https://rust-reportcard.xuri.me/badge/github.com/tamada/btmeister)](https://rust-reportcard.xuri.me/report/github.com/tamada/btmeister)

[![Version](https://img.shields.io/badge/Version-v0.4.7-green)](https://github.com/tamada/btmeister/releases/tag/v0.4.7)
[![Version](https://img.shields.io/badge/Version-v0.5.0-green)](https://github.com/tamada/btmeister/releases/tag/v0.5.0)
[![License](https://img.shields.io/badge/License-MIT-green)](https://github.com/tamada/btmeister/blob/main/LICENSE)
[![Docker](https://img.shields.io/badge/Docker-v0.4.7-green)](https://github.com/tamada/btmeister/pkgs/container/btmeister/)
[![Docker](https://img.shields.io/badge/Docker-v0.5.0-green?logo=docker)](https://github.com/tamada/btmeister/pkgs/container/btmeister/)

[![Homebrew](https://img.shields.io/badge/Homebrew-tamada/brew/btmeister-green?logo=homebrew)](https://github.com/tamada/homebrew-brew)

Detecting the build tools in use.

Expand All @@ -22,7 +24,7 @@ This tool finds the build files from the specified directories, and identifies t
## :runner: Usage

```sh
btmeister v0.4.7
btmeister v0.5.0
Haruaki TAMADA
A tool for detecting build tools in use of the projects

Expand Down
5 changes: 3 additions & 2 deletions site/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ title: ":house: btmeister"
[![Coverage Status](https://coveralls.io/repos/github/tamada/btmeister/badge.svg?branch=main)](https://coveralls.io/github/tamada/btmeister?branch=main)
[![Rust Report Card](https://rust-reportcard.xuri.me/badge/github.com/tamada/btmeister)](https://rust-reportcard.xuri.me/report/github.com/tamada/btmeister)

[![Version](https://img.shields.io/badge/Version-v0.4.7-green)](https://github.com/tamada/btmeister/releases/tag/v0.4.7)
[![Version](https://img.shields.io/badge/Version-v0.5.0-green)](https://github.com/tamada/btmeister/releases/tag/v0.5.0)
[![License](https://img.shields.io/badge/License-MIT-green)](https://github.com/tamada/btmeister/blob/main/LICENSE)
[![Docker](https://img.shields.io/badge/Docker-v0.4.7-green?logo=docker)](https://github.com/tamada/btmeister/pkgs/container/btmeister/)
[![Docker](https://img.shields.io/badge/Docker-v0.5.0-green?logo=docker)](https://github.com/tamada/btmeister/pkgs/container/btmeister/)
[![Homebrew](https://img.shields.io/badge/Homebrew-tamada/brew/btmeister-green?logo=homebrew)](https://github.com/tamada/homebrew-brew)

## :speaking_head: Description

Expand Down

0 comments on commit 29866db

Please sign in to comment.