From fe4b2ab44f28d839e1cbb07782c895862f733b18 Mon Sep 17 00:00:00 2001 From: cyqsimon <28627918+cyqsimon@users.noreply.github.com> Date: Tue, 9 Jul 2024 10:02:39 +0800 Subject: [PATCH] xh: 0.22.2 --- specs/xh.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/specs/xh.spec b/specs/xh.spec index ec1daac..0b79c1f 100644 --- a/specs/xh.spec +++ b/specs/xh.spec @@ -1,8 +1,8 @@ %global debug_package %{nil} Name: xh -Version: 0.22.0 -Release: 2%{?dist} +Version: 0.22.2 +Release: 1%{?dist} Summary: Friendly and fast tool for sending HTTP requests License: MIT @@ -56,6 +56,9 @@ install -Dpm 644 completions/_%{name} %{buildroot}%{_datadir}/zsh/site-functions %{_datadir}/zsh/site-functions/_%{name} %changelog +* Tue Jul 09 2024 cyqsimon - 0.22.2-1 +- Release 0.22.2 + * Tue Apr 16 2024 cyqsimon - 0.22.0-2 - Remove explicit stripping (strip enabled by default since 1.77.0)