From 66f81ff97479b19793256226daa6805909c340d0 Mon Sep 17 00:00:00 2001 From: Rodolfo Olivieri Date: Mon, 20 Jan 2025 16:05:57 -0300 Subject: [PATCH 1/2] Release v0.2 --- command_line_assistant/constants.py | 2 +- packaging/command-line-assistant.spec | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/command_line_assistant/constants.py b/command_line_assistant/constants.py index a176050..a44176e 100644 --- a/command_line_assistant/constants.py +++ b/command_line_assistant/constants.py @@ -1,4 +1,4 @@ """Module to track constants for the project.""" #: Define the version for the program -VERSION = "0.1.0" +VERSION = "0.2.0" diff --git a/packaging/command-line-assistant.spec b/packaging/command-line-assistant.spec index 62abe93..ffdad0a 100644 --- a/packaging/command-line-assistant.spec +++ b/packaging/command-line-assistant.spec @@ -18,7 +18,7 @@ restorecon -R /var/log/command-line-assistant/audit.log; \ %define modulename %{daemon_binary_name} Name: command-line-assistant -Version: 0.1.0 +Version: 0.2.0 Release: 1%{?dist} Summary: A simple wrapper to interact with RAG diff --git a/pyproject.toml b/pyproject.toml index 2a0ce0c..ebdfdb8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "command-line-assistant" -version = "0.1.0" +version = "0.2.0" description = "A simple wrapper to interact with RAG" authors = [ { name = "RHEL Lightspeed Team", email = "rhel-sst-lightspeed@redhat.com" }, From d47de30a829179aed91a1ce67c01863f2372e368 Mon Sep 17 00:00:00 2001 From: Rodolfo Olivieri Date: Mon, 20 Jan 2025 16:05:57 -0300 Subject: [PATCH 2/2] Release v0.2 --- data/release/selinux/clad.te | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/release/selinux/clad.te b/data/release/selinux/clad.te index f4b0e0e..ac195d5 100644 --- a/data/release/selinux/clad.te +++ b/data/release/selinux/clad.te @@ -1,4 +1,4 @@ -policy_module(clad, 0.1.0) +policy_module(clad, 0.2.0) ######################################## #