Release version 0.4.0

Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
Philip Withnall 2019-06-17 11:57:35 +01:00
parent 90f961dc74
commit a897a4890b
2 changed files with 17 additions and 1 deletions

16
NEWS
View File

@ -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
=======================================

View File

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