-
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
Showing
1 changed file
with
10 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: 0.16.0 | ||
Version: 1.0.0 | ||
Release: 1%{?dist} | ||
|
||
Summary: Flexible Metadata Format | ||
|
@@ -76,6 +76,15 @@ install -pm 644 fmf.1* %{buildroot}%{_mandir}/man1 | |
|
||
|
||
%changelog | ||
* Thu Nov 11 2021 Petr Šplíchal <[email protected]> - 1.0.0-1 | ||
- Migrate yaml parsing to ruamel.yaml | ||
- Drop support for Python 2 | ||
- Add extra requires and enable readthedocs config (#143) | ||
- Filter accept value with a colon | ||
- Adjust style to fix issues revealed by pre-commit | ||
- Enable pre-commit, update contribution docs | ||
- Disable integration testing with tmt for centos-7 | ||
|
||
* Thu Apr 15 2021 Petr Šplíchal <[email protected]> - 0.16.0-1 | ||
- Add support for empty files and virtual nodes | ||
- Change outcome of CannotDecide operations | ||
|