diff --git a/command_line_assistant/constants.py b/command_line_assistant/constants.py index e8f3b3a..15a444b 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.2.1" +VERSION = "0.2.2" diff --git a/data/release/selinux/clad.te b/data/release/selinux/clad.te index d526eb9..2ca5a98 100644 --- a/data/release/selinux/clad.te +++ b/data/release/selinux/clad.te @@ -1,4 +1,4 @@ -policy_module(clad, 0.2.1) +policy_module(clad, 0.2.2) ######################################## # diff --git a/packaging/command-line-assistant.spec b/packaging/command-line-assistant.spec index e3121e1..f40bc50 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.2.1 +Version: 0.2.2 Release: 1%{?dist} Summary: A simple wrapper to interact with RAG @@ -168,6 +168,9 @@ fi %ghost %verify(not md5 size mode mtime) %{_sharedstatedir}/selinux/%{selinuxtype}/active/modules/200/%{modulename} %changelog +* Mon Jan 27 2025 Rodolfo Olivieri 0.2.2 +- Add noreplace to config file in specfile + * Wed Jan 22 2025 Rodolfo Olivieri 0.2.1 - Change import location for SQLAlchemy diff --git a/pyproject.toml b/pyproject.toml index 610416e..1dcf332 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "command-line-assistant" -version = "0.2.1" +version = "0.2.2" description = "A simple wrapper to interact with RAG" authors = [ { name = "RHEL Lightspeed Team", email = "rhel-sst-lightspeed@redhat.com" },