From 5f8a34142ec7604e7d8c7dec53c9379e18c740f5 Mon Sep 17 00:00:00 2001 From: Azalea Gui <22280294+hykilpikonna@users.noreply.github.com> Date: Tue, 7 Apr 2026 20:59:49 -0400 Subject: [PATCH] [U] Release 2.1.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 ++ docs/hyfetch.1 | 4 ++-- hyfetch/__version__.py | 2 +- package.json | 2 +- 6 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e8efdeab..1cae8399 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -272,7 +272,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "hyfetch" -version = "2.1.0-rc1" +version = "2.1.0" dependencies = [ "aho-corasick", "ansi_colours", diff --git a/Cargo.toml b/Cargo.toml index 3ada003f..e4192d41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ resolver = "2" members = ["crates/*"] [workspace.package] -version = "2.1.0-rc1" +version = "2.1.0" authors = ["Azalea Gui "] edition = "2021" rust-version = "1.75.0" diff --git a/README.md b/README.md index 16f249d9..0089f99a 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,8 @@ cargo install --git https://github.com/hykilpikonna/hyfetch +### 2.1.0 + ### 2.1.0-rc1 ### 2.1.0 diff --git a/docs/hyfetch.1 b/docs/hyfetch.1 index e559cc41..3658dbdc 100644 --- a/docs/hyfetch.1 +++ b/docs/hyfetch.1 @@ -1,7 +1,7 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. -.TH VERSION: "1" "April 2026" "Version: 2.1.0-rc1" "User Commands" +.TH VERSION: "1" "April 2026" "Version: 2.1.0" "User Commands" .SH NAME -Version: \- manual page for Version: 2.1.0-rc1 +Version: \- manual page for Version: 2.1.0 .SH SYNOPSIS .B hyfetch [\fI\,-c\/\fR] [\fI\,-C=CONFIG_FILE\/\fR] [\fI\,-p=PRESET\/\fR] [\fI\,-m=MODE\/\fR] [\fI\,-b=BACKEND\/\fR] [\fI\,--args=ARGS\/\fR] [\fI\,--c-scale=\/\fR diff --git a/hyfetch/__version__.py b/hyfetch/__version__.py index 746874a1..98dc6085 100644 --- a/hyfetch/__version__.py +++ b/hyfetch/__version__.py @@ -1,3 +1,3 @@ from __future__ import annotations -VERSION = '2.1.0-rc1' +VERSION = '2.1.0' diff --git a/package.json b/package.json index b1938fac..8ab687d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "neowofetch", - "version": "2.1.0-rc1", + "version": "2.1.0", "description": "Updated neofetch", "repository": { "type": "git",