diff --git a/NEWS b/NEWS index ea0a219d..48810451 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +Changes in 0.4 +============== + +- Make GTK4 support work with GTK 4.0 +- Qt5 support +- OpenURI: Support write access +- Build fixes +- Add more tests +- Require GLib 2.58 + Changes in 0.3 ============== diff --git a/meson.build b/meson.build index d5ae5f0c..08620bdc 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libportal','c', - version: '0.3', + version: '0.4', meson_version: '>= 0.46.0') cc = meson.get_compiler('c')