Skip to content

Commit da55da0

Browse files
committed
release: 0.1.8
2 parents 09f8cac + b144961 commit da55da0

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

CREDITS.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -568,10 +568,10 @@ limitations under the License.
568568

569569
**Used By:**
570570

571-
* [cargo-bashman 0.1.7](https://github.com/Blobfolio/bashman)
572-
* [fyi_menu 0.5.1](https://github.com/Blobfolio/fyi)
573-
* [fyi_msg 0.5.1](https://github.com/Blobfolio/fyi)
574-
* [fyi_num 0.5.1](https://github.com/Blobfolio/fyi)
571+
* [cargo-bashman 0.1.8](https://github.com/Blobfolio/bashman)
572+
* [fyi_menu 0.5.2](https://github.com/Blobfolio/fyi)
573+
* [fyi_msg 0.5.2](https://github.com/Blobfolio/fyi)
574+
* [fyi_num 0.5.2](https://github.com/Blobfolio/fyi)
575575

576576

577577
```

bashman/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-bashman"
3-
version = "0.1.7"
3+
version = "0.1.8"
44
license = "WTFPL"
55
authors = ["Josh Stoik <[email protected]>"]
66
edition = "2018"
@@ -55,11 +55,11 @@ features = [ "clock", "std" ]
5555

5656
[dependencies.fyi_menu]
5757
git = "https://github.com/Blobfolio/fyi.git"
58-
tag = "v0.5.1"
58+
tag = "v0.5.2"
5959

6060
[dependencies.fyi_msg]
6161
git = "https://github.com/Blobfolio/fyi.git"
62-
tag = "v0.5.1"
62+
tag = "v0.5.2"
6363

6464
[dependencies.toml]
6565
version = "0.5.*"

release/man/cargo-bashman.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
.TH "CARGO BASHMAN" "1" "January 2021" "Cargo BashMan v0.1.7" "User Commands"
1+
.TH "CARGO BASHMAN" "1" "January 2021" "Cargo BashMan v0.1.8" "User Commands"
22
.SH NAME
3-
Cargo BashMan \- Manual page for cargo\-bashman v0.1.7.
3+
Cargo BashMan \- Manual page for cargo\-bashman v0.1.8.
44
.SH DESCRIPTION
55
BashMan is a Cargo plugin that helps you generate BASH completions and/or MAN pages for your Rust project.
66
.SS USAGE:

0 commit comments

Comments
 (0)