From 76cc950baec3c8e47725739df20c5154172a1150 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0pl=C3=ADchal?= Date: Tue, 12 Jun 2018 12:13:24 +0200 Subject: [PATCH] Version bump and changelog entry for 0.5 --- fmf.spec | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/fmf.spec b/fmf.spec index dcdcc3e5..de0d0f4a 100644 --- a/fmf.spec +++ b/fmf.spec @@ -1,5 +1,5 @@ Name: fmf -Version: 0.4 +Version: 0.5 Release: 1%{?dist} Summary: Flexible Metadata Format @@ -179,6 +179,18 @@ export LANG=en_US.utf-8 %changelog +* Tue Jun 12 2018 Petr Šplíchal 0.5-1 +- Add support for subcommands [fix #32] +- Define metadata tree root [fix #26] +- Enable regular expressions in --filter [fix #35] +- Support merging dictionary values as well +- Build Python 3 package for pip as well +- Add more detailed logging for easier debugging +- Correctly handle deep inheritance [fix #31] +- Load all strings from YAML files as Unicode +- Prevent data modification in filter [fix #30] +- Fix inheritance of scattered files [fix #25] + * Wed May 09 2018 Petr Šplíchal 0.4-1 - Do not gzip the man page, fix the source link [BZ#1575645]