Skip to content

Commit 72c6a74

Browse files
committed
release: 0.3.12
2 parents 00b1f35 + b7f7ea3 commit 72c6a74

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
lines changed

CREDITS.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
11
# Project Dependencies
22
Package: cargo-bashman
3-
Version: 0.3.11
4-
Generated: 2022-08-11 19:34:17 UTC
3+
Version: 0.3.12
4+
Generated: 2022-08-12 08:10:08 UTC
55

66
| Package | Version | Author(s) | License |
77
| ---- | ---- | ---- | ---- |
8-
| [adbyss_psl](https://github.com/Blobfolio/adbyss) | 0.7.9 | [Josh Stoik](mailto:[email protected]) | WTFPL |
8+
| [adbyss_psl](https://github.com/Blobfolio/adbyss) | 0.7.10 | [Josh Stoik](mailto:[email protected]) | WTFPL |
9+
| [ahash](https://github.com/tkaitchuck/ahash) | 0.8.0 | [Tom Kaitchuck](mailto:[email protected]) | Apache-2.0 or MIT |
910
| [argyle](https://github.com/Blobfolio/argyle) | 0.6.1 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
10-
| [bashman_core](https://github.com/Blobfolio/bashman) | 0.3.11 | [Josh Stoik](mailto:[email protected]) | WTFPL |
11-
| [camino](https://github.com/camino-rs/camino) | 1.0.9 | [Without Boats](mailto:[email protected]), [Ashley Williams](mailto:[email protected]), [Steve Klabnik](mailto:[email protected]), and [Rain](mailto:[email protected]) | Apache-2.0 or MIT |
11+
| [bashman_core](https://github.com/Blobfolio/bashman) | 0.3.12 | [Josh Stoik](mailto:[email protected]) | WTFPL |
12+
| [camino](https://github.com/camino-rs/camino) | 1.1.0 | [Without Boats](mailto:[email protected]), [Ashley Williams](mailto:[email protected]), [Steve Klabnik](mailto:[email protected]), and [Rain](mailto:[email protected]) | Apache-2.0 or MIT |
1213
| [cargo-platform](https://github.com/rust-lang/cargo) | 0.1.2 | The Cargo Project Developers | Apache-2.0 or MIT |
1314
| [cargo_metadata](https://github.com/oli-obk/cargo_metadata) | 0.15.0 | [Oliver Schneider](mailto:[email protected]) | MIT |
15+
| [cfg-if](https://github.com/alexcrichton/cfg-if) | 1.0.0 | [Alex Crichton](mailto:[email protected]) | Apache-2.0 or MIT |
1416
| [dactyl](https://github.com/Blobfolio/dactyl) | 0.4.1 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
1517
| [fyi_msg](https://github.com/Blobfolio/fyi) | 0.9.15 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
18+
| [getrandom](https://github.com/rust-random/getrandom) | 0.2.7 | The Rand Project Developers | Apache-2.0 or MIT |
1619
| [hashbrown](https://github.com/rust-lang/hashbrown) | 0.12.3 | [Amanieu d'Antras](mailto:[email protected]) | Apache-2.0 or MIT |
1720
| [indexmap](https://github.com/bluss/indexmap) | 1.9.1 | | Apache-2.0 or MIT |
1821
| [itoa](https://github.com/dtolnay/itoa) | 1.0.3 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
@@ -22,7 +25,6 @@
2225
| [oxford_join](https://github.com/Blobfolio/oxford_join) | 0.2.4 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
2326
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | 1.0.43 | [David Tolnay](mailto:[email protected]) and [Alex Crichton](mailto:[email protected]) | Apache-2.0 or MIT |
2427
| [quote](https://github.com/dtolnay/quote) | 1.0.21 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
25-
| [rand_core](https://github.com/rust-random/rand) | 0.6.3 | The Rand Project Developers and The Rust Project Developers | Apache-2.0 or MIT |
2628
| [ryu](https://github.com/dtolnay/ryu) | 1.0.11 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or BSL-1.0 |
2729
| [semver](https://github.com/dtolnay/semver) | 1.0.13 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
2830
| [serde](https://github.com/serde-rs/serde) | 1.0.143 | [Erick Tryzelaar](mailto:[email protected]) and [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
@@ -37,4 +39,3 @@
3739
| [unicode-ident](https://github.com/dtolnay/unicode-ident) | 1.0.3 | [David Tolnay](mailto:[email protected]) | Apache-2.0 AND Unicode-DFS-2016 or MIT |
3840
| [unicode-normalization](https://github.com/unicode-rs/unicode-normalization) | 0.1.21 | [kwantam](mailto:[email protected]) and [Manish Goregaokar](mailto:[email protected]) | Apache-2.0 or MIT |
3941
| [utc2k](https://github.com/Blobfolio/utc2k) | 0.5.5 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
40-
| [wyhash](https://github.com/eldruin/wyhash-rs) | 0.5.0 | [Diego Barrios Romero](mailto:[email protected]) | Apache-2.0 or MIT |

bashman/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-bashman"
3-
version = "0.3.11"
3+
version = "0.3.12"
44
license = "WTFPL"
55
authors = ["Josh Stoik <[email protected]>"]
66
edition = "2021"

bashman_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bashman_core"
3-
version = "0.3.11"
3+
version = "0.3.12"
44
license = "WTFPL"
55
authors = ["Josh Stoik <[email protected]>"]
66
edition = "2021"

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" "August 2022" "Cargo BashMan v0.3.11" "User Commands"
1+
.TH "CARGO BASHMAN" "1" "August 2022" "Cargo BashMan v0.3.12" "User Commands"
22
.SH NAME
3-
Cargo BashMan \- Manual page for cargo\-bashman v0.3.11.
3+
Cargo BashMan \- Manual page for cargo\-bashman v0.3.12.
44
.SH DESCRIPTION
55
A Cargo plugin to generate BASH completions and MAN pages.
66
.SS USAGE:

0 commit comments

Comments
 (0)