Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
o2sh committed Jun 20, 2023
1 parent 3071110 commit 9cc5e52
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 14 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.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ name = "onefetch"
readme = "README.md"
repository = "https://github.com/o2sh/onefetch"
homepage = "https://onefetch.dev"
rust-version = "1.64.0"
version = "2.17.1"
rust-version = "1.65.0"
version = "2.18.0"

[workspace]
members = ["ascii", "image", "manifest"]
Expand All @@ -34,9 +34,9 @@ git2 = { version = "0.17.2", default-features = false }
human-panic = "1.1.5"
image = "0.24.6"
num-format = "0.4.4"
onefetch-ascii = { path = "ascii", version = "2.17.1" }
onefetch-image = { path = "image", version = "2.17.1" }
onefetch-manifest = { path = "manifest", version = "2.17.1" }
onefetch-ascii = { path = "ascii", version = "2.18.0" }
onefetch-image = { path = "image", version = "2.18.0" }
onefetch-manifest = { path = "manifest", version = "2.18.0" }
owo-colors = "3.5.0"
regex = "1.8.4"
serde = "1.0"
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.17.1"
version = "2.18.0"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down
16 changes: 14 additions & 2 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" "April 2023" "onefetch 2.17.1" "User Commands"
.TH ONEFETCH "1" "June 2023" "onefetch 2.18.0" "User Commands"
.SH NAME
onefetch \- manual page for onefetch 2.17.1
onefetch \- manual page for onefetch 2.18.0
.SH SYNOPSIS
.B onefetch
[\fI\,OPTIONS\/\fR] [\fI\,INPUT\/\fR]
Expand Down Expand Up @@ -43,6 +43,18 @@ Maximum NUM of languages to be shown
.IP
[default: 6]
.HP
\fB\-\-number\-of\-file\-churns\fR <NUM>
.IP
Maximum NUM of file churns to be shown
.IP
[default: 3]
.HP
\fB\-\-churn\-pool\-size\fR <NUM>
.IP
Minimum NUM of commits from HEAD used to compute the churn summary
.IP
By default, the actual value is non\-deterministic due to time\-based computation and will be displayed under the info title "Churn (NUM)"
.HP
\fB\-e\fR, \fB\-\-exclude\fR <EXCLUDE>...
.IP
Ignore all files & directories matching EXCLUDE
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.17.1"
version = "2.18.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.17.1"
version = "2.18.0"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down

0 comments on commit 9cc5e52

Please sign in to comment.