From a897a4890b03bb56142b064d960d1031a2f51c71 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Mon, 17 Jun 2019 11:57:35 +0100 Subject: [PATCH] Release version 0.4.0 Signed-off-by: Philip Withnall --- NEWS | 16 ++++++++++++++++ meson.build | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 739bf9f..bfbfa46 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,19 @@ +Overview of changes in malcontent 0.4.0 +======================================= + +* Implement `--quiet` in the `check` and `set` subcommands of + `malcontent-client` to make it nicer to use from scripts (!13) + +* Add support for filtering apps by content type (!15) + +* Bugs fixed: + - !2 tests: Use gdbus-codegen to drop hand-coded interface definitions + - !12 libmalcontent: Add missing field initialisers to BUILDER_INIT + - !13 Implement --quiet in the check and set subcommands of malcontent-client + - !14 Improve README coverage of whole system design + - !15 Add support to filter by content type + + Overview of changes in malcontent 0.3.0 ======================================= diff --git a/meson.build b/meson.build index 0506c13..f4a05ba 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('malcontent', 'c', - version : '0.3.0', + version : '0.4.0', meson_version : '>= 0.47.0', license: 'LGPLv2.1+', default_options : [