Browse Source

bump onefetch version

pull/218/head v2.4.0
o2sh 5 years ago
parent
commit
d14606af20
  1. 2
      Cargo.lock
  2. 4
      Cargo.toml
  3. 2
      README.md
  4. 2
      snap/snapcraft.yaml

2
Cargo.lock generated

@ -1041,7 +1041,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" @@ -1041,7 +1041,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "onefetch"
version = "2.3.0"
version = "2.4.0"
dependencies = [
"ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
"askalono 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",

4
Cargo.toml

@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
edition = "2018"
name = "onefetch"
description = "Git repository summary on your terminal"
version = "2.3.0"
version = "2.4.0"
authors = ["o2sh <ossama-hjaji@live.fr>"]
readme = "README.md"
license = "MIT"
@ -12,7 +12,7 @@ exclude = ["assets/*.png"] @@ -12,7 +12,7 @@ exclude = ["assets/*.png"]
[package.metadata.deb]
extended-description = """\
Onefetch is a command line tool that displays information about your Git repository directly on your terminal. \
Onefetch supports almost 50 different programming languages. If your language of choice isn't supported: Open up an issue and support will be added. \
Onefetch supports more than 50 different programming languages. If your language of choice isn't supported: Open up an issue and support will be added. \
"""
depends = "$auto"
section = "utility"

2
README.md

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<p align="center">A command-line git information tool written in rust 1.44</p>
<p align="center">
<a href="https://crates.io/crates/onefetch"><img src="https://img.shields.io/badge/crates.io-2.3.0-dea584" alt="cargo"></a>
<a href="https://crates.io/crates/onefetch"><img src="https://img.shields.io/badge/crates.io-2.4.0-dea584" alt="cargo"></a>
<a href="https://github.com/o2sh/onefetch/actions?workflow=build"><img src="https://github.com/o2sh/onefetch/workflows/build/badge.svg" alt="Build Status"></a>
<a href="https://github.com/o2sh/onefetch/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22"><img src="https://img.shields.io/github/issues/o2sh/onefetch/help%20wanted?color=green" alt="help wanted"></a>
<a href="./LICENSE.md"><img src="https://img.shields.io/badge/license-MIT-blue.svg"></a>

2
snap/snapcraft.yaml

@ -4,7 +4,7 @@ adopt-info: onefetch @@ -4,7 +4,7 @@ adopt-info: onefetch
summary: Git repository summary on your terminal
description: |
Onefetch is a command-line system information tool that displays information
about your Source Code directly on your terminal..
about your Git repository directly on your terminal.
grade: stable
confinement: strict

Loading…
Cancel
Save