-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version bump and changelog entry for 0.6
- Loading branch information
Showing
1 changed file
with
14 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.5 | ||
Version: 0.6 | ||
Release: 1%{?dist} | ||
|
||
Summary: Flexible Metadata Format | ||
|
@@ -179,6 +179,19 @@ export LANG=en_US.utf-8 | |
|
||
|
||
%changelog | ||
* Mon Oct 08 2018 Petr Šplíchal <[email protected]> 0.6-1 | ||
- Ignore directories with no metadata defined | ||
- Give a nice error when .fmf file exists [fix #37] | ||
- Ignore metadata subtrees [fix #43] | ||
- Support for direct deep dictionary value retrieval | ||
- Separate exception for missing tree root [fix #42] | ||
- Move data merging into a separate method [fix #41] | ||
- Ensure that data or parent are provided for Tree | ||
- Test coverage for yaml syntax and finding root | ||
- Do not walk through the whole directory hierarchy | ||
- Example typo, handle yaml parse errors [fix #38] | ||
- Require the same version of the rpm package | ||
|
||
* Tue Jun 12 2018 Petr Šplíchal <[email protected]> 0.5-1 | ||
- Add support for subcommands [fix #32] | ||
- Define metadata tree root [fix #26] | ||
|