From fc140468b04bc4a03ac4cc30f0829ba5317b53ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0pl=C3=ADchal?= Date: Fri, 14 Feb 2020 16:08:45 +0100 Subject: [PATCH] Version bump and changelog entry for 0.11 --- fmf.spec | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/fmf.spec b/fmf.spec index e1219c4f..42253e00 100644 --- a/fmf.spec +++ b/fmf.spec @@ -1,5 +1,5 @@ Name: fmf -Version: 0.10 +Version: 0.11 Release: 1%{?dist} Summary: Flexible Metadata Format @@ -105,6 +105,18 @@ export LANG=en_US.utf-8 %changelog +* Fri Feb 14 2020 Petr Šplíchal - 0.11-1 +- Add git to BuildRequires (now required by tests) +- Use coveralls to report coverage results +- Adjust Tree.node() implementation, extend tests +- Get metadata for unique id [fix #67] +- Use the fedora-all target in packit config (#72) +- Define the full fmf identifier [fix #52] +- A minor cleanup of the concept documentation +- Always ignore special system directories +- Filesystem root and inaccessible dirs [fix #70] +- Rename the 'testsets' directory to 'plans' + * Wed Oct 30 2019 Petr Šplíchal - 0.10-1 - Mock is not needed for docs, fix missing new line - Provide a public static method Tree.init()