Browse Source

bump version

pull/1565/head 2.24.0
o2sh 8 months ago
parent
commit
23cb2189e8
No known key found for this signature in database
GPG Key ID: 8E776BBC825CF3E3
  1. 8
      Cargo.lock
  2. 2
      Cargo.toml
  3. 2
      docs/onefetch.1

8
Cargo.lock generated

@ -2775,7 +2775,7 @@ checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" @@ -2775,7 +2775,7 @@ checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
[[package]]
name = "onefetch"
version = "2.23.1"
version = "2.24.0"
dependencies = [
"anyhow",
"askalono",
@ -2814,14 +2814,14 @@ dependencies = [ @@ -2814,14 +2814,14 @@ dependencies = [
[[package]]
name = "onefetch-ascii"
version = "2.23.1"
version = "2.24.0"
dependencies = [
"owo-colors",
]
[[package]]
name = "onefetch-image"
version = "2.23.1"
version = "2.24.0"
dependencies = [
"anyhow",
"base64",
@ -2833,7 +2833,7 @@ dependencies = [ @@ -2833,7 +2833,7 @@ dependencies = [
[[package]]
name = "onefetch-manifest"
version = "2.23.1"
version = "2.24.0"
dependencies = [
"anyhow",
"cargo_toml",

2
Cargo.toml

@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
authors = ["o2sh <ossama-hjaji@live.fr>"]
edition = "2021"
license = "MIT"
version = "2.23.1"
version = "2.24.0"
repository = "https://github.com/o2sh/onefetch"
[workspace]

2
docs/onefetch.1

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
.TH ONEFETCH "1" "January 2025" "onefetch 2.23.1" "User Commands"
.TH ONEFETCH "1" "April 2025" "onefetch 2.24.0" "User Commands"
.SH NAME
onefetch \- Command-line Git information tool
.SH SYNOPSIS

Loading…
Cancel
Save