Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
o2sh committed Jan 19, 2023
1 parent 71a2a87 commit 0a7fc67
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 16 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion ascii/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["o2sh <[email protected]>"]
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"
Expand Down
21 changes: 16 additions & 5 deletions docs/onefetch.1
Original file line number Diff line number Diff line change
@@ -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]
Expand All @@ -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 <LANGUAGE>
.IP
Expand Down Expand Up @@ -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 <NUM>
.IP
Maximum NUM of authors to be shown
Expand Down Expand Up @@ -131,6 +135,13 @@ For example:
.IP
Use ISO 8601 formatted timestamps
.HP
\fB\-\-number\-separator\fR <SEPARATOR>
.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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion image/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["o2sh <[email protected]>"]
name = "onefetch-image"
description = "Display images in the terminal"
version = "2.14.2"
version = "2.15.0"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion manifest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["o2sh <[email protected]>"]
name = "onefetch-manifest"
description = "Detect and parse manifest files"
version = "2.14.2"
version = "2.15.0"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down

0 comments on commit 0a7fc67

Please sign in to comment.