Skip to content

Commit fcfd10a

Browse files
0.7
1 parent 867aec3 commit fcfd10a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

NEWS

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
Changes in 0.7, 06-09-2023
2+
==========================
3+
4+
- Add support for the new SetStatus() method of the Background portal
5+
- Add support for the new ConnectToEIS() method of the Remote Desktop portal
6+
- Improve unit and integration tests
7+
- Documentation improvements
8+
- CI improvements
9+
110
Changes in 0.6, 21-03-2022
211
==========================
312

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('libportal','c',
2-
version: '0.6',
2+
version: '0.7',
33
default_options: ['warning_level=2'],
44
meson_version: '>= 0.49.0')
55

0 commit comments

Comments
 (0)