-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8be3536
commit f4fb82e
Showing
1 changed file
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Name: fmf | ||
Version: 1.4.0 | ||
Version: 1.4.1 | ||
Release: 1%{?dist} | ||
|
||
Summary: Flexible Metadata Format | ||
|
@@ -77,6 +77,9 @@ install -pm 644 fmf.1* %{buildroot}%{_mandir}/man1 | |
|
||
|
||
%changelog | ||
* Mon Jun 17 2024 Lukáš Zachar <[email protected]> - 1.4.1-1 | ||
- Use local dict instead of modifying `locals()` | ||
|
||
* Wed Jun 05 2024 Petr Šplíchal <[email protected]> - 1.4.0-1 | ||
- Introduce a new page for release notes | ||
- Extend the `filter()` documentation slightly | ||
|