From 9cc5e5295bfd678ae157a3fbcd8019ae6f7759e0 Mon Sep 17 00:00:00 2001 From: o2sh Date: Tue, 20 Jun 2023 20:02:54 +0200 Subject: [PATCH] bump version --- Cargo.lock | 8 ++++---- Cargo.toml | 10 +++++----- ascii/Cargo.toml | 2 +- docs/onefetch.1 | 16 ++++++++++++++-- image/Cargo.toml | 2 +- manifest/Cargo.toml | 2 +- 6 files changed, 26 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7917e269f..b965b8759 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2495,7 +2495,7 @@ checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" [[package]] name = "onefetch" -version = "2.17.1" +version = "2.18.0" dependencies = [ "anyhow", "askalono", @@ -2538,14 +2538,14 @@ dependencies = [ [[package]] name = "onefetch-ascii" -version = "2.17.1" +version = "2.18.0" dependencies = [ "owo-colors", ] [[package]] name = "onefetch-image" -version = "2.17.1" +version = "2.18.0" dependencies = [ "anyhow", "base64", @@ -2557,7 +2557,7 @@ dependencies = [ [[package]] name = "onefetch-manifest" -version = "2.17.1" +version = "2.18.0" dependencies = [ "anyhow", "cargo_toml", diff --git a/Cargo.toml b/Cargo.toml index b4fbda424..bacc08e6d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] @@ -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" diff --git a/ascii/Cargo.toml b/ascii/Cargo.toml index d8bfc10c0..8bae76677 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.17.1" +version = "2.18.0" edition = "2021" license = "MIT" readme = "README.md" diff --git a/docs/onefetch.1 b/docs/onefetch.1 index f609bcecc..6ba737e19 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" "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] @@ -43,6 +43,18 @@ Maximum NUM of languages to be shown .IP [default: 6] .HP +\fB\-\-number\-of\-file\-churns\fR +.IP +Maximum NUM of file churns to be shown +.IP +[default: 3] +.HP +\fB\-\-churn\-pool\-size\fR +.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 ... .IP Ignore all files & directories matching EXCLUDE diff --git a/image/Cargo.toml b/image/Cargo.toml index 502dffdef..176f59334 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.17.1" +version = "2.18.0" edition = "2021" license = "MIT" readme = "README.md" diff --git a/manifest/Cargo.toml b/manifest/Cargo.toml index f552d6d94..69b3ffb1b 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.17.1" +version = "2.18.0" edition = "2021" license = "MIT" readme = "README.md"