Skip to content

Commit

Permalink
Release v0.2.2 (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
r0x0d authored Jan 27, 2025
1 parent 1e51baa commit 55d4ac6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion command_line_assistant/constants.py
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion data/release/selinux/clad.te
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
policy_module(clad, 0.2.1)
policy_module(clad, 0.2.2)

########################################
#
Expand Down
5 changes: 4 additions & 1 deletion packaging/command-line-assistant.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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 <rolivier@redhat.com> 0.2.2
- Add noreplace to config file in specfile

* Wed Jan 22 2025 Rodolfo Olivieri <rolivier@redhat.com> 0.2.1
- Change import location for SQLAlchemy

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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" },
Expand Down

0 comments on commit 55d4ac6

Please sign in to comment.