tenseleyflow/parrot / 90cedc2

Browse files

Bump version to v1.7.3

Authored by espadonne
SHA
90cedc20fd738f033862ff2e2c89a22119383f2d
Parents
2072737
Tree
f77c3c9

2 changed files

StatusFile+-
M Makefile 1 1
M parrot.spec 4 1
Makefilemodified
@@ -3,7 +3,7 @@
33
 
44
 # Project configuration
55
 PROJECT_NAME = parrot
6
-VERSION = 1.7.2
6
+VERSION = 1.7.3
77
 TARGET = parrot
88
 
99
 # Go configuration
parrot.specmodified
@@ -1,7 +1,7 @@
11
 %define debug_package %{nil}
22
 
33
 Name:           parrot
4
-Version:        1.7.2
4
+Version:        1.7.3
55
 Release:        1%{?dist}
66
 Summary:        Intelligent roasts of failed commands
77
 
@@ -109,6 +109,9 @@ fi
109109
 %{_docdir}/%{name}/
110110
 
111111
 %changelog
112
+* Thu Nov 07 2025 mfw <espadonne@outlook.com> - 1.7.3-1
113
+- Fix: Shell hook integration improvements for fish and bash
114
+
112115
 * Thu Nov 07 2025 mfw <espadonne@outlook.com> - 1.7.2-1
113116
 - Version bump to 1.7.2
114117