Browse Source

bump version

pull/1035/head 2.17.1
o2sh 3 years ago
parent
commit
e42360d156
  1. 8
      Cargo.lock
  2. 8
      Cargo.toml
  3. 2
      ascii/Cargo.toml
  4. 4
      docs/onefetch.1
  5. 2
      image/Cargo.toml
  6. 2
      manifest/Cargo.toml

8
Cargo.lock generated

@ -2462,7 +2462,7 @@ checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" @@ -2462,7 +2462,7 @@ checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
[[package]]
name = "onefetch"
version = "2.17.0"
version = "2.17.1"
dependencies = [
"anyhow",
"askalono",
@ -2502,14 +2502,14 @@ dependencies = [ @@ -2502,14 +2502,14 @@ dependencies = [
[[package]]
name = "onefetch-ascii"
version = "2.17.0"
version = "2.17.1"
dependencies = [
"owo-colors",
]
[[package]]
name = "onefetch-image"
version = "2.17.0"
version = "2.17.1"
dependencies = [
"anyhow",
"base64",
@ -2521,7 +2521,7 @@ dependencies = [ @@ -2521,7 +2521,7 @@ dependencies = [
[[package]]
name = "onefetch-manifest"
version = "2.17.0"
version = "2.17.1"
dependencies = [
"anyhow",
"cargo_toml",

8
Cargo.toml

@ -11,7 +11,7 @@ readme = "README.md" @@ -11,7 +11,7 @@ readme = "README.md"
repository = "https://github.com/o2sh/onefetch"
homepage = "https://onefetch.dev"
rust-version = "1.64.0"
version = "2.17.0"
version = "2.17.1"
[workspace]
members = ["ascii", "image", "manifest"]
@ -33,9 +33,9 @@ git2 = { version = "0.17.1", default-features = false } @@ -33,9 +33,9 @@ git2 = { version = "0.17.1", default-features = false }
human-panic = "1.1.4"
image = "0.24.6"
num-format = "0.4.4"
onefetch-ascii = { path = "ascii", version = "2.17.0" }
onefetch-image = { path = "image", version = "2.17.0" }
onefetch-manifest = { path = "manifest", version = "2.17.0" }
onefetch-ascii = { path = "ascii", version = "2.17.1" }
onefetch-image = { path = "image", version = "2.17.1" }
onefetch-manifest = { path = "manifest", version = "2.17.1" }
owo-colors = "3.5.0"
regex = "1.6.0"
serde = "1.0"

2
ascii/Cargo.toml

@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
authors = ["o2sh <ossama-hjaji@live.fr>"]
name = "onefetch-ascii"
description = "Display colorized ascii art to the terminal"
version = "2.17.0"
version = "2.17.1"
edition = "2021"
license = "MIT"
readme = "README.md"

4
docs/onefetch.1

@ -1,7 +1,7 @@ @@ -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.0" "User Commands"
.TH ONEFETCH "1" "April 2023" "onefetch 2.17.1" "User Commands"
.SH NAME
onefetch \- manual page for onefetch 2.17.0
onefetch \- manual page for onefetch 2.17.1
.SH SYNOPSIS
.B onefetch
[\fI\,OPTIONS\/\fR] [\fI\,INPUT\/\fR]

2
image/Cargo.toml

@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
authors = ["o2sh <ossama-hjaji@live.fr>"]
name = "onefetch-image"
description = "Display images in the terminal"
version = "2.17.0"
version = "2.17.1"
edition = "2021"
license = "MIT"
readme = "README.md"

2
manifest/Cargo.toml

@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
authors = ["o2sh <ossama-hjaji@live.fr>"]
name = "onefetch-manifest"
description = "Detect and parse manifest files"
version = "2.17.0"
version = "2.17.1"
edition = "2021"
license = "MIT"
readme = "README.md"

Loading…
Cancel
Save