Skip to content

Commit f68764e

Browse files
0.4
1 parent 3ab0d1b commit f68764e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

NEWS

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
Changes in 0.4
2+
==============
3+
4+
- Make GTK4 support work with GTK 4.0
5+
- Qt5 support
6+
- OpenURI: Support write access
7+
- Build fixes
8+
- Add more tests
9+
- Require GLib 2.58
10+
111
Changes in 0.3
212
==============
313

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('libportal','c',
2-
version: '0.3',
2+
version: '0.4',
33
meson_version: '>= 0.46.0')
44

55
cc = meson.get_compiler('c')

0 commit comments

Comments
 (0)