Skip to content

Commit 8ed94ef

Browse files
committed
Release 1.2.5
1 parent 03d3ddb commit 8ed94ef

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2025-06-30 Aurelien Cedeyn <[email protected]>
2+
* Add sub service selection on command line
3+
* Add gihub CI configuration script
4+
* Fix python issues on latest 3.x versions
5+
* Fix multiple tests issues
6+
17
2021-06-22 Aurelien Cedeyn <[email protected]>
28
* Release: 1.2.4
39
* Fix milkcheck version in setup.py (useful for pkg_resources)

lib/MilkCheck/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11

2-
__version__ = '1.2.4'
2+
__version__ = '1.2.5'

milkcheck.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
%global vimdatadir %{_datadir}/vim/vimfiles
55

66
Name: milkcheck
7-
Version: 1.2.4
7+
Version: 1.2.5
88
Release: 1%{?dist}
99
Summary: Distributed cluster command management
1010

@@ -65,6 +65,9 @@ make install DESTDIR="%{buildroot}" PYTHON=%{__python_name} MANDIR=%{_mandir} \
6565
%doc Licence_CeCILL_V2-fr.txt
6666

6767
%changelog
68+
* Mon Jun 30 2025 Aurelien Cedeyn <[email protected]> 1.2.5-1
69+
- Update to 1.2.5 release (Support subservice selection on command line).
70+
6871
* Tue Jun 22 2021 Aurelien Cedeyn <[email protected]> 1.2.4-1
6972
- Update to 1.2.4 release (fix pkg_resources version).
7073

0 commit comments

Comments
 (0)