Skip to content

Commit

Permalink
Version bump and changelog entry for 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
psss committed Apr 9, 2018
1 parent c7275b4 commit 39007c7
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion fmf.spec
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
Expand Down Expand Up @@ -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.

0 comments on commit 39007c7

Please sign in to comment.