From 13ea2f6ce1cc882223cdb4b50ccbe16e352acfb6 Mon Sep 17 00:00:00 2001 From: spideyz0r <47341410+spideyz0r@users.noreply.github.com> Date: Sun, 19 Nov 2023 21:27:25 -0500 Subject: [PATCH] Update spec file 0.5 --- rpm/gpt-cli-chat.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rpm/gpt-cli-chat.spec b/rpm/gpt-cli-chat.spec index e983e82..68a0b97 100644 --- a/rpm/gpt-cli-chat.spec +++ b/rpm/gpt-cli-chat.spec @@ -2,7 +2,7 @@ %global go_release go1.18.10 Name: gpt-cli-chat -Version: 0.3 +Version: 0.5 Release: 1%{?dist} Summary: gpt-cli-chat tool License: GPLv3 @@ -35,6 +35,9 @@ install -Dpm 0755 %{name} %{buildroot}%{_bindir}/%{name} %license LICENSE %changelog +* Sun Nov 19 2023 spideyz0r <47341410+spideyz0r@users.noreply.github.com> 0.5-1 +- Add support to Internet queries + * Tue Aug 15 2023 spideyz0r <47341410+spideyz0r@users.noreply.github.com> 0.2-1 - Add support to GPT 4