Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
o2sh committed Nov 27, 2022
1 parent 71aaf30 commit 2342483
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 13 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name = "onefetch"
readme = "README.md"
repository = "https://github.com/o2sh/onefetch"
rust-version = "1.61.0"
version = "2.13.2"
version = "2.14.0"

[workspace]
members = ["image", "manifest"]
Expand Down Expand Up @@ -64,6 +64,5 @@ winres = "0.1"
[target.'cfg(windows)'.dependencies]
enable-ansi-support = "0.1.2"


[features]
fail-on-deprecated = []
18 changes: 12 additions & 6 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" "October 2022" "onefetch 2.13.2" "User Commands"
.TH ONEFETCH "1" "November 2022" "onefetch 2.14.0" "User Commands"
.SH NAME
onefetch \- manual page for onefetch 2.13.2
onefetch \- manual page for onefetch 2.14.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,15 +65,21 @@ Ignores merge commits
.IP
Hides the color palette
.HP
\fB\-n\fR, \fB\-\-number\-of\-authors\fR <NUM>
\fB\-\-number\-of\-authors\fR <NUM>
.IP
NUM of authors to be shown
Maximum NUM of authors to be shown
.IP
[default: 3]
.HP
\fB\-\-number\-of\-languages\fR <NUM>
.IP
Maximum NUM of languages to be shown
.IP
[default: 6]
.HP
\fB\-e\fR, \fB\-\-exclude\fR <EXCLUDE>...
.IP
gnore all files & directories matching EXCLUDE
Ignore all files & directories matching EXCLUDE
.HP
\fB\-\-no\-bots\fR [<REGEX>]
.IP
Expand Down
2 changes: 1 addition & 1 deletion image/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["o2sh <[email protected]>"]
name = "onefetch-image"
version = "2.13.2"
version = "2.14.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
@@ -1,7 +1,7 @@
[package]
authors = ["o2sh <[email protected]>"]
name = "onefetch-manifest"
version = "2.13.2"
version = "2.14.0"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down

0 comments on commit 2342483

Please sign in to comment.