From 0a7fc67bee24a9bfc7367ae6fdaee5bb336852c4 Mon Sep 17 00:00:00 2001 From: o2sh Date: Thu, 19 Jan 2023 19:19:35 +0100 Subject: [PATCH] bump version --- Cargo.lock | 8 ++++---- Cargo.toml | 8 ++++---- ascii/Cargo.toml | 2 +- docs/onefetch.1 | 21 ++++++++++++++++----- image/Cargo.toml | 2 +- manifest/Cargo.toml | 2 +- 6 files changed, 27 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4ddb7cf8a..b89ba36ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2137,7 +2137,7 @@ checksum = "e82dad04139b71a90c080c8463fe0dc7902db5192d939bd0950f074d014339e1" [[package]] name = "onefetch" -version = "2.14.2" +version = "2.15.0" dependencies = [ "anyhow", "askalono", @@ -2178,14 +2178,14 @@ dependencies = [ [[package]] name = "onefetch-ascii" -version = "2.14.2" +version = "2.15.0" dependencies = [ "owo-colors", ] [[package]] name = "onefetch-image" -version = "2.14.2" +version = "2.15.0" dependencies = [ "anyhow", "base64", @@ -2197,7 +2197,7 @@ dependencies = [ [[package]] name = "onefetch-manifest" -version = "2.14.2" +version = "2.15.0" dependencies = [ "anyhow", "cargo_toml", diff --git a/Cargo.toml b/Cargo.toml index 8f7fd73ba..7858b9999 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ readme = "README.md" repository = "https://github.com/o2sh/onefetch" homepage = "https://onefetch.dev" rust-version = "1.62.1" -version = "2.14.2" +version = "2.15.0" [workspace] members = ["ascii", "image", "manifest"] @@ -33,9 +33,9 @@ git2 = { version = "0.15.0", default-features = false } human-panic = "1.0.3" image = "0.24.4" num-format = "0.4.4" -onefetch-ascii = { path = "ascii", version = "2.14.2" } -onefetch-image = { path = "image", version = "2.14.2" } -onefetch-manifest = { path = "manifest", version = "2.14.2" } +onefetch-ascii = { path = "ascii", version = "2.15.0" } +onefetch-image = { path = "image", version = "2.15.0" } +onefetch-manifest = { path = "manifest", version = "2.15.0" } owo-colors = "3.5.0" regex = "1.6.0" serde = "1.0.147" diff --git a/ascii/Cargo.toml b/ascii/Cargo.toml index 11df85a49..fa117b280 100644 --- a/ascii/Cargo.toml +++ b/ascii/Cargo.toml @@ -2,7 +2,7 @@ authors = ["o2sh "] name = "onefetch-ascii" description = "Display colorized ascii art to the terminal" -version = "2.14.2" +version = "2.15.0" edition = "2021" license = "MIT" readme = "README.md" diff --git a/docs/onefetch.1 b/docs/onefetch.1 index 95ff6cf34..9e430703e 100644 --- a/docs/onefetch.1 +++ b/docs/onefetch.1 @@ -1,7 +1,7 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2. -.TH ONEFETCH "1" "November 2022" "onefetch 2.14.2" "User Commands" +.TH ONEFETCH "1" "January 2023" "onefetch 2.15.0" "User Commands" .SH NAME -onefetch \- manual page for onefetch 2.14.2 +onefetch \- manual page for onefetch 2.15.0 .SH SYNOPSIS .B onefetch [\fI\,OPTIONS\/\fR] [\fI\,INPUT\/\fR] @@ -22,7 +22,7 @@ It is possible to pass a generated STRING by command substitution .IP For example: .IP -\&'\-\-ascii\-input "$(fortune | cowsay \fB\-W\fR 25)" +\&'\-\-ascii\-input "$(fortune | cowsay \fB\-W\fR 25)"' .HP \fB\-a\fR, \fB\-\-ascii\-language\fR .IP @@ -65,6 +65,10 @@ Ignores merge commits .IP Hides the color palette .HP +\fB\-\-no\-title\fR +.IP +Hides the title +.HP \fB\-\-number\-of\-authors\fR .IP Maximum NUM of authors to be shown @@ -131,6 +135,13 @@ For example: .IP Use ISO 8601 formatted timestamps .HP +\fB\-\-number\-separator\fR +.IP +Which thousands SEPARATOR to use +.IP +[default: plain] +[possible values: plain, comma, space, underscore] +.HP \fB\-E\fR, \fB\-\-email\fR .IP Show the email address of each author @@ -154,11 +165,11 @@ If provided, outputs the completion file for given SHELL .HP \fB\-h\fR, \fB\-\-help\fR .IP -Print help information (use `\-h` for a summary) +Print help (see a summary with '\-h') .HP \fB\-V\fR, \fB\-\-version\fR .IP -Print version information +Print version .SH "SEE ALSO" The full documentation for .B onefetch diff --git a/image/Cargo.toml b/image/Cargo.toml index 5f1caf88b..4f3fd8412 100644 --- a/image/Cargo.toml +++ b/image/Cargo.toml @@ -2,7 +2,7 @@ authors = ["o2sh "] name = "onefetch-image" description = "Display images in the terminal" -version = "2.14.2" +version = "2.15.0" edition = "2021" license = "MIT" readme = "README.md" diff --git a/manifest/Cargo.toml b/manifest/Cargo.toml index 32c0a8929..124c4285b 100644 --- a/manifest/Cargo.toml +++ b/manifest/Cargo.toml @@ -2,7 +2,7 @@ authors = ["o2sh "] name = "onefetch-manifest" description = "Detect and parse manifest files" -version = "2.14.2" +version = "2.15.0" edition = "2021" license = "MIT" readme = "README.md"