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 : [