Skip to content

Commit 0a7fc67

Browse files
committed
bump version
1 parent 71a2a87 commit 0a7fc67

File tree

6 files changed

+27
-16
lines changed

6 files changed

+27
-16
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ readme = "README.md"
1111
repository = "https://github.com/o2sh/onefetch"
1212
homepage = "https://onefetch.dev"
1313
rust-version = "1.62.1"
14-
version = "2.14.2"
14+
version = "2.15.0"
1515

1616
[workspace]
1717
members = ["ascii", "image", "manifest"]
@@ -33,9 +33,9 @@ git2 = { version = "0.15.0", default-features = false }
3333
human-panic = "1.0.3"
3434
image = "0.24.4"
3535
num-format = "0.4.4"
36-
onefetch-ascii = { path = "ascii", version = "2.14.2" }
37-
onefetch-image = { path = "image", version = "2.14.2" }
38-
onefetch-manifest = { path = "manifest", version = "2.14.2" }
36+
onefetch-ascii = { path = "ascii", version = "2.15.0" }
37+
onefetch-image = { path = "image", version = "2.15.0" }
38+
onefetch-manifest = { path = "manifest", version = "2.15.0" }
3939
owo-colors = "3.5.0"
4040
regex = "1.6.0"
4141
serde = "1.0.147"

ascii/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["o2sh <[email protected]>"]
33
name = "onefetch-ascii"
44
description = "Display colorized ascii art to the terminal"
5-
version = "2.14.2"
5+
version = "2.15.0"
66
edition = "2021"
77
license = "MIT"
88
readme = "README.md"

docs/onefetch.1

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2.
2-
.TH ONEFETCH "1" "November 2022" "onefetch 2.14.2" "User Commands"
2+
.TH ONEFETCH "1" "January 2023" "onefetch 2.15.0" "User Commands"
33
.SH NAME
4-
onefetch \- manual page for onefetch 2.14.2
4+
onefetch \- manual page for onefetch 2.15.0
55
.SH SYNOPSIS
66
.B onefetch
77
[\fI\,OPTIONS\/\fR] [\fI\,INPUT\/\fR]
@@ -22,7 +22,7 @@ It is possible to pass a generated STRING by command substitution
2222
.IP
2323
For example:
2424
.IP
25-
\&'\-\-ascii\-input "$(fortune | cowsay \fB\-W\fR 25)"
25+
\&'\-\-ascii\-input "$(fortune | cowsay \fB\-W\fR 25)"'
2626
.HP
2727
\fB\-a\fR, \fB\-\-ascii\-language\fR <LANGUAGE>
2828
.IP
@@ -65,6 +65,10 @@ Ignores merge commits
6565
.IP
6666
Hides the color palette
6767
.HP
68+
\fB\-\-no\-title\fR
69+
.IP
70+
Hides the title
71+
.HP
6872
\fB\-\-number\-of\-authors\fR <NUM>
6973
.IP
7074
Maximum NUM of authors to be shown
@@ -131,6 +135,13 @@ For example:
131135
.IP
132136
Use ISO 8601 formatted timestamps
133137
.HP
138+
\fB\-\-number\-separator\fR <SEPARATOR>
139+
.IP
140+
Which thousands SEPARATOR to use
141+
.IP
142+
[default: plain]
143+
[possible values: plain, comma, space, underscore]
144+
.HP
134145
\fB\-E\fR, \fB\-\-email\fR
135146
.IP
136147
Show the email address of each author
@@ -154,11 +165,11 @@ If provided, outputs the completion file for given SHELL
154165
.HP
155166
\fB\-h\fR, \fB\-\-help\fR
156167
.IP
157-
Print help information (use `\-h` for a summary)
168+
Print help (see a summary with '\-h')
158169
.HP
159170
\fB\-V\fR, \fB\-\-version\fR
160171
.IP
161-
Print version information
172+
Print version
162173
.SH "SEE ALSO"
163174
The full documentation for
164175
.B onefetch

image/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["o2sh <[email protected]>"]
33
name = "onefetch-image"
44
description = "Display images in the terminal"
5-
version = "2.14.2"
5+
version = "2.15.0"
66
edition = "2021"
77
license = "MIT"
88
readme = "README.md"

manifest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["o2sh <[email protected]>"]
33
name = "onefetch-manifest"
44
description = "Detect and parse manifest files"
5-
version = "2.14.2"
5+
version = "2.15.0"
66
edition = "2021"
77
license = "MIT"
88
readme = "README.md"

0 commit comments

Comments
 (0)