tenseleyflow/parrot / 9960706

Browse files

Bump version to v1.8.2

Authored by espadonne
SHA
99607069be8a4f8ca61429becb83392211bdf633
Parents
6290f1a
Tree
d3b588d

2 changed files

StatusFile+-
M Makefile 1 1
M parrot.spec 4 1
Makefilemodified
@@ -3,7 +3,7 @@
3
 
3
 
4
 # Project configuration
4
 # Project configuration
5
 PROJECT_NAME = parrot
5
 PROJECT_NAME = parrot
6
-VERSION = 1.8.1
6
+VERSION = 1.8.2
7
 TARGET = parrot
7
 TARGET = parrot
8
 
8
 
9
 # Go configuration
9
 # Go configuration
parrot.specmodified
@@ -1,7 +1,7 @@
1
 %define debug_package %{nil}
1
 %define debug_package %{nil}
2
 
2
 
3
 Name:           parrot
3
 Name:           parrot
4
-Version:        1.8.1
4
+Version:        1.8.2
5
 Release:        1%{?dist}
5
 Release:        1%{?dist}
6
 Summary:        Intelligent roasts of failed commands
6
 Summary:        Intelligent roasts of failed commands
7
 
7
 
@@ -109,6 +109,9 @@ fi
109
 %{_docdir}/%{name}/
109
 %{_docdir}/%{name}/
110
 
110
 
111
 %changelog
111
 %changelog
112
+* Fri Dec 20 2025 mfw <espadonne@outlook.com> - 1.8.2-1
113
+- Fix race conditions in ML engines causing data corruption
114
+
112
 * Fri Dec 20 2025 mfw <espadonne@outlook.com> - 1.8.1-1
115
 * Fri Dec 20 2025 mfw <espadonne@outlook.com> - 1.8.1-1
113
 - Optimize LLM significantly
116
 - Optimize LLM significantly
114
 
117