Skip to content

Commit

Permalink
release: 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
joshstoik1 committed Nov 4, 2024
2 parents c15ecc7 + 109665a commit bc48670
Show file tree
Hide file tree
Showing 12 changed files with 5,226 additions and 10,955 deletions.
6 changes: 3 additions & 3 deletions CREDITS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Project Dependencies
Package: cargo-bashman
Version: 0.6.3
Version: 0.6.4
Target: x86_64-unknown-linux-gnu
Generated: 2024-11-03 09:46:42 UTC
Generated: 2024-11-04 03:33:44 UTC

| Package | Version | Author(s) | License | Context |
| ---- | ---- | ---- | ---- | ---- |
Expand Down Expand Up @@ -46,7 +46,6 @@
| [serde](https://github.com/serde-rs/serde) | 1.0.214 | [Erick Tryzelaar](mailto:[email protected]) and [David Tolnay](mailto:[email protected]) | MIT OR Apache-2.0 | |
| [serde_derive](https://github.com/serde-rs/serde) | 1.0.214 | [Erick Tryzelaar](mailto:[email protected]) and [David Tolnay](mailto:[email protected]) | MIT OR Apache-2.0 | |
| [serde_json](https://github.com/serde-rs/json) | 1.0.132 | [Erick Tryzelaar](mailto:[email protected]) and [David Tolnay](mailto:[email protected]) | MIT OR Apache-2.0 | |
| [shlex](https://github.com/comex/rust-shlex) | 1.3.0 | [comex](mailto:[email protected]), [Fenhl](mailto:[email protected]), [Adrian Taylor](mailto:[email protected]), [Alex Touchet](mailto:[email protected]), [Daniel Parks](mailto:[email protected]), and [Garrett Berg](mailto:[email protected]) | MIT OR Apache-2.0 | |
| [smallvec](https://github.com/servo/rust-smallvec) | 1.13.2 | The Servo Project Developers | MIT OR Apache-2.0 | |
| [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) | 1.2.0 | [Robert Grosse](mailto:[email protected]) | MIT OR Apache-2.0 | |
| [syn](https://github.com/dtolnay/syn) | 2.0.87 | [David Tolnay](mailto:[email protected]) | MIT OR Apache-2.0 | |
Expand All @@ -73,3 +72,4 @@
| [zerovec](https://github.com/unicode-org/icu4x) | 0.10.4 | The ICU4X Project Developers | Unicode-3.0 | |
| [zerovec-derive](https://github.com/unicode-org/icu4x) | 0.10.3 | [Manish Goregaokar](mailto:[email protected]) | Unicode-3.0 | |
| [cc](https://github.com/rust-lang/cc-rs) | 1.1.34 | [Alex Crichton](mailto:[email protected]) | MIT OR Apache-2.0 | build |
| [shlex](https://github.com/comex/rust-shlex) | 1.3.0 | [comex](mailto:[email protected]), [Fenhl](mailto:[email protected]), [Adrian Taylor](mailto:[email protected]), [Alex Touchet](mailto:[email protected]), [Daniel Parks](mailto:[email protected]), and [Garrett Berg](mailto:[email protected]) | MIT OR Apache-2.0 | build |
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-bashman"
version = "0.6.3"
version = "0.6.4"
license = "WTFPL"
authors = ["Josh Stoik <[email protected]>"]
edition = "2021"
Expand Down
4 changes: 2 additions & 2 deletions release/man/cargo-bashman.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.TH "CARGO BASHMAN" "1" "November 2024" "cargo\-bashman v0.6.3" "User Commands"
.TH "CARGO BASHMAN" "1" "November 2024" "cargo\-bashman v0.6.4" "User Commands"
.SH NAME
CARGO BASHMAN \- Manual page for cargo\-bashman v0.6.3.
CARGO BASHMAN \- Manual page for cargo\-bashman v0.6.4.
.SH DESCRIPTION
A Cargo plugin to generate bash completions, man pages, and/or crate credits.
.SS USAGE:
Expand Down
Loading

0 comments on commit bc48670

Please sign in to comment.