-
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.
Version bump and changelog entry for 0.2
- Loading branch information
Showing
1 changed file
with
18 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.1 | ||
Version: 0.2 | ||
Release: 1%{?dist} | ||
|
||
Summary: Flexible Metadata Format | ||
|
@@ -179,5 +179,22 @@ export LANG=en_US.utf-8 | |
|
||
|
||
%changelog | ||
* Mon Apr 09 2018 Petr Šplíchal <[email protected]> 0.2-1 | ||
- Build a separate fmf package for the executable | ||
- Add docs example for setting up storage | ||
- Improve command line test coverage | ||
- Smoke tests for logging and coloring | ||
- Tests for pluralize, listed and split | ||
- Include a simple example of python code | ||
- Separate base tests, forgotten asserts, cleanup | ||
- Several adjustments for the attributes adding | ||
- Adding ability to add value to parent attribute | ||
- Fix Tree.get() to correctly return data | ||
- Make the spec do python2 & python3 and EPEL & Fedora | ||
- Ignore hidden files and directories when searching | ||
- Add test coverage for the filter function | ||
- Extend the list of examples, fix hierarchy typos | ||
- Enable Travis Continuous Integration | ||
|
||
* Mon Jan 22 2018 Petr Šplíchal <[email protected]> 0.1-1 | ||
- Initial packaging. |