Skip to content

Commit

Permalink
release: 0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
joshstoik1 committed Feb 8, 2024
2 parents e2da942 + 35fb8e3 commit 76548ba
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 65 deletions.
60 changes: 30 additions & 30 deletions CREDITS.md
Original file line number Diff line number Diff line change
@@ -1,48 +1,48 @@
# Project Dependencies
Package: cargo-bashman
Version: 0.4.4
Generated: 2023-11-16 20:23:00 UTC
Version: 0.4.5
Generated: 2024-02-08 19:39:10 UTC

| Package | Version | Author(s) | License |
| ---- | ---- | ---- | ---- |
| [adbyss_psl](https://github.com/Blobfolio/adbyss) | 0.9.2 | [Josh Stoik](mailto:[email protected]) | WTFPL |
| [ahash](https://github.com/tkaitchuck/ahash) | 0.8.6 | [Tom Kaitchuck](mailto:[email protected]) | Apache-2.0 or MIT |
| [argyle](https://github.com/Blobfolio/argyle) | 0.6.8 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
| [bashman_core](https://github.com/Blobfolio/bashman) | 0.4.4 | [Josh Stoik](mailto:[email protected]) | WTFPL |
| [adbyss_psl](https://github.com/Blobfolio/adbyss) | 0.9.5 | [Josh Stoik](mailto:[email protected]) | WTFPL |
| [ahash](https://github.com/tkaitchuck/ahash) | 0.8.7 | [Tom Kaitchuck](mailto:[email protected]) | Apache-2.0 or MIT |
| [argyle](https://github.com/Blobfolio/argyle) | 0.7.1 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
| [bashman_core](https://github.com/Blobfolio/bashman) | 0.4.5 | [Josh Stoik](mailto:[email protected]) | WTFPL |
| [camino](https://github.com/camino-rs/camino) | 1.1.6 | [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 |
| [cargo-platform](https://github.com/rust-lang/cargo) | 0.1.4 | | Apache-2.0 or MIT |
| [cargo-platform](https://github.com/rust-lang/cargo) | 0.1.6 | | Apache-2.0 or MIT |
| [cargo_metadata](https://github.com/oli-obk/cargo_metadata) | 0.18.1 | [Oliver Schneider](mailto:[email protected]) | MIT |
| [cfg-if](https://github.com/alexcrichton/cfg-if) | 1.0.0 | [Alex Crichton](mailto:[email protected]) | Apache-2.0 or MIT |
| [dactyl](https://github.com/Blobfolio/dactyl) | 0.6.0 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
| [dactyl](https://github.com/Blobfolio/dactyl) | 0.7.0 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
| [equivalent](https://github.com/cuviper/equivalent) | 1.0.1 | | Apache-2.0 or MIT |
| [fyi_msg](https://github.com/Blobfolio/fyi) | 0.11.8 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
| [hashbrown](https://github.com/rust-lang/hashbrown) | 0.14.2 | [Amanieu d'Antras](mailto:[email protected]) | Apache-2.0 or MIT |
| [indexmap](https://github.com/bluss/indexmap) | 2.1.0 | | Apache-2.0 or MIT |
| [itoa](https://github.com/dtolnay/itoa) | 1.0.9 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
| [fyi_msg](https://github.com/Blobfolio/fyi) | 0.12.0 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
| [hashbrown](https://github.com/rust-lang/hashbrown) | 0.14.3 | [Amanieu d'Antras](mailto:[email protected]) | Apache-2.0 or MIT |
| [indexmap](https://github.com/indexmap-rs/indexmap) | 2.2.2 | | Apache-2.0 or MIT |
| [itoa](https://github.com/dtolnay/itoa) | 1.0.10 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
| [libdeflate-sys](https://github.com/adamkewley/libdeflater) | 1.19.0 | [Adam Kewley](mailto:[email protected]) | Apache-2.0 |
| [libdeflater](https://github.com/adamkewley/libdeflater) | 1.19.0 | [Adam Kewley](mailto:[email protected]) | Apache-2.0 |
| [memchr](https://github.com/BurntSushi/memchr) | 2.6.4 | [Andrew Gallant](mailto:[email protected]) and bluss | MIT or Unlicense |
| [memchr](https://github.com/BurntSushi/memchr) | 2.7.1 | [Andrew Gallant](mailto:[email protected]) and bluss | MIT or Unlicense |
| [oxford_join](https://github.com/Blobfolio/oxford_join) | 0.2.9 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | 1.0.69 | [David Tolnay](mailto:[email protected]) and [Alex Crichton](mailto:[email protected]) | Apache-2.0 or MIT |
| [quote](https://github.com/dtolnay/quote) | 1.0.33 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
| [ryu](https://github.com/dtolnay/ryu) | 1.0.15 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or BSL-1.0 |
| [semver](https://github.com/dtolnay/semver) | 1.0.20 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
| [serde](https://github.com/serde-rs/serde) | 1.0.192 | [Erick Tryzelaar](mailto:[email protected]) and [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
| [serde_derive](https://github.com/serde-rs/serde) | 1.0.192 | [Erick Tryzelaar](mailto:[email protected]) and [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
| [serde_json](https://github.com/serde-rs/json) | 1.0.108 | [Erick Tryzelaar](mailto:[email protected]) and [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
| [serde_spanned](https://github.com/toml-rs/toml) | 0.6.4 | | Apache-2.0 or MIT |
| [syn](https://github.com/dtolnay/syn) | 2.0.39 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
| [thiserror](https://github.com/dtolnay/thiserror) | 1.0.50 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
| [thiserror-impl](https://github.com/dtolnay/thiserror) | 1.0.50 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | 1.0.78 | [David Tolnay](mailto:[email protected]) and [Alex Crichton](mailto:[email protected]) | Apache-2.0 or MIT |
| [quote](https://github.com/dtolnay/quote) | 1.0.35 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
| [ryu](https://github.com/dtolnay/ryu) | 1.0.16 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or BSL-1.0 |
| [semver](https://github.com/dtolnay/semver) | 1.0.21 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
| [serde](https://github.com/serde-rs/serde) | 1.0.196 | [Erick Tryzelaar](mailto:[email protected]) and [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
| [serde_derive](https://github.com/serde-rs/serde) | 1.0.196 | [Erick Tryzelaar](mailto:[email protected]) and [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
| [serde_json](https://github.com/serde-rs/json) | 1.0.113 | [Erick Tryzelaar](mailto:[email protected]) and [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
| [serde_spanned](https://github.com/toml-rs/toml) | 0.6.5 | | Apache-2.0 or MIT |
| [syn](https://github.com/dtolnay/syn) | 2.0.48 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
| [thiserror](https://github.com/dtolnay/thiserror) | 1.0.56 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
| [thiserror-impl](https://github.com/dtolnay/thiserror) | 1.0.56 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
| [tinyvec](https://github.com/Lokathor/tinyvec) | 1.6.0 | [Lokathor](mailto:[email protected]) | Apache-2.0, MIT, or Zlib |
| [tinyvec_macros](https://github.com/Soveu/tinyvec_macros) | 0.1.1 | [Soveu](mailto:[email protected]) | Apache-2.0, MIT, or Zlib |
| [toml](https://github.com/toml-rs/toml) | 0.8.8 | [Alex Crichton](mailto:[email protected]) | Apache-2.0 or MIT |
| [toml](https://github.com/toml-rs/toml) | 0.8.10 | [Alex Crichton](mailto:[email protected]) | Apache-2.0 or MIT |
| [toml_datetime](https://github.com/toml-rs/toml) | 0.6.5 | [Alex Crichton](mailto:[email protected]) | Apache-2.0 or MIT |
| [toml_edit](https://github.com/toml-rs/toml) | 0.21.0 | [Andronik Ordian](mailto:[email protected]) and [Ed Page](mailto:[email protected]) | Apache-2.0 or MIT |
| [toml_edit](https://github.com/toml-rs/toml) | 0.22.4 | [Andronik Ordian](mailto:[email protected]) and [Ed Page](mailto:[email protected]) | Apache-2.0 or MIT |
| [trimothy](https://github.com/Blobfolio/trimothy) | 0.2.2 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
| [unicode-bidi](https://github.com/servo/unicode-bidi) | 0.3.13 | The Servo Project Developers | Apache-2.0 or MIT |
| [unicode-bidi](https://github.com/servo/unicode-bidi) | 0.3.15 | The Servo Project Developers | Apache-2.0 or MIT |
| [unicode-ident](https://github.com/dtolnay/unicode-ident) | 1.0.12 | [David Tolnay](mailto:[email protected]) | Apache-2.0 AND Unicode-DFS-2016 or MIT |
| [unicode-normalization](https://github.com/unicode-rs/unicode-normalization) | 0.1.22 | [kwantam](mailto:[email protected]) and [Manish Goregaokar](mailto:[email protected]) | Apache-2.0 or MIT |
| [utc2k](https://github.com/Blobfolio/utc2k) | 0.7.0 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
| [winnow](https://github.com/winnow-rs/winnow) | 0.5.19 | | MIT |
| [zerocopy](https://github.com/google/zerocopy) | 0.7.26 | [Joshua Liebow-Feeser](mailto:[email protected]) | Apache-2.0, BSD-2-Clause, or MIT |
| [utc2k](https://github.com/Blobfolio/utc2k) | 0.8.0 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
| [winnow](https://github.com/winnow-rs/winnow) | 0.5.39 | | MIT |
| [zerocopy](https://github.com/google/zerocopy) | 0.7.32 | [Joshua Liebow-Feeser](mailto:[email protected]) | Apache-2.0, BSD-2-Clause, or MIT |
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ path = true

See also: [CREDITS.md](CREDITS.md)

Copyright © 2023 [Blobfolio, LLC](https://blobfolio.com) <[email protected]>
Copyright © 2024 [Blobfolio, LLC](https://blobfolio.com) <[email protected]>

This work is free. You can redistribute it and/or modify it under the terms of the Do What The Fuck You Want To Public License, Version 2.

Expand Down
10 changes: 5 additions & 5 deletions bashman/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-bashman"
version = "0.4.4"
version = "0.4.5"
license = "WTFPL"
authors = ["Josh Stoik <[email protected]>"]
edition = "2021"
Expand All @@ -11,14 +11,14 @@ publish = false

[package.metadata.deb]
maintainer = "Josh Stoik <[email protected]>"
copyright = "2022, Blobfolio, LLC <[email protected]>"
copyright = "2024, Blobfolio, LLC <[email protected]>"
license-file = ["../LICENSE", "0"]
revision = "1"
depends = "$auto"
extended-description = ""
section = "rust"
assets = [
["../target/x86_64-unknown-linux-gnu/release/cargo-bashman", "usr/bin/", "755"],
["../target/release/cargo-bashman", "usr/bin/", "755"],
["../release/completions/cargo-bashman.bash", "etc/bash_completion.d/", "644"],
["../release/man/cargo-bashman.1.gz", "usr/share/man/man1/", "644"],
]
Expand Down Expand Up @@ -66,8 +66,8 @@ label = "<Cargo.toml>"
path = true

[dependencies]
argyle = "0.6.*"
fyi_msg = "0.11.*"
argyle = "0.7.*"
fyi_msg = "0.12.*"

[dependencies.bashman_core]
path = "../bashman_core"
10 changes: 5 additions & 5 deletions bashman_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bashman_core"
version = "0.4.4"
version = "0.4.5"
license = "WTFPL"
authors = ["Josh Stoik <[email protected]>"]
edition = "2021"
Expand All @@ -11,14 +11,14 @@ publish = false

[dependencies]
adbyss_psl = "0.9.*"
argyle = "0.6.*"
argyle = "0.7.*"
cargo_metadata = "=0.18.1"
fyi_msg = "0.11.*"
indexmap = "2.1.*"
fyi_msg = "0.12.*"
indexmap = "2.2.*"
libdeflater = "=1.19.0"
oxford_join = "0.2.*"
trimothy = "0.2.*"
utc2k = "0.7.*"
utc2k = "0.8.*"

[dependencies.serde]
version = "1.0.*"
Expand Down
25 changes: 3 additions & 22 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@ pkg_dir1 := justfile_directory() + "/bashman"
pkg_dir2 := justfile_directory() + "/bashman_core"

cargo_dir := "/tmp/" + pkg_id + "-cargo"
cargo_bin := cargo_dir + "/x86_64-unknown-linux-gnu/release/" + pkg_id
cargo_bin := cargo_dir + "/release/" + pkg_id
doc_dir := justfile_directory() + "/doc"
release_dir := justfile_directory() + "/release"

export RUSTFLAGS := "-C target-cpu=x86-64-v3"



# Build Release!
Expand All @@ -33,7 +35,6 @@ release_dir := justfile_directory() + "/release"
cargo build \
--bin "{{ pkg_id }}" \
--release \
--target x86_64-unknown-linux-gnu \
--target-dir "{{ cargo_dir }}"


Expand Down Expand Up @@ -75,32 +76,14 @@ release_dir := justfile_directory() + "/release"
cargo clippy \
--workspace \
--release \
--target x86_64-unknown-linux-gnu \
--target-dir "{{ cargo_dir }}"


# Build Docs.
@doc:
# Make the docs.
cargo doc \
--workspace \
--release \
--no-deps \
--target x86_64-unknown-linux-gnu \
--target-dir "{{ cargo_dir }}"

# Move the docs and clean up ownership.
[ ! -d "{{ doc_dir }}" ] || rm -rf "{{ doc_dir }}"
mv "{{ cargo_dir }}/x86_64-unknown-linux-gnu/doc" "{{ justfile_directory() }}"
just _fix-chown "{{ doc_dir }}"


# Test Run.
@run +ARGS:
cargo run \
--bin "{{ pkg_id }}" \
--release \
--target x86_64-unknown-linux-gnu \
--target-dir "{{ cargo_dir }}" \
-- {{ ARGS }}

Expand All @@ -110,12 +93,10 @@ release_dir := justfile_directory() + "/release"
clear
cargo test \
--workspace \
--target x86_64-unknown-linux-gnu \
--target-dir "{{ cargo_dir }}"
cargo test \
--release \
--workspace \
--target x86_64-unknown-linux-gnu \
--target-dir "{{ cargo_dir }}"


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 2023" "Cargo BashMan v0.4.4" "User Commands"
.TH "CARGO BASHMAN" "1" "February 2024" "Cargo BashMan v0.4.5" "User Commands"
.SH NAME
Cargo BashMan \- Manual page for cargo\-bashman v0.4.4.
Cargo BashMan \- Manual page for cargo\-bashman v0.4.5.
.SH DESCRIPTION
A Cargo plugin to generate BASH completions and MAN pages.
.SS USAGE:
Expand Down

0 comments on commit 76548ba

Please sign in to comment.