Overview of changes in libglib-testing 0.2.0
============================================

* Bugs fixed:
  - !7 Add documentation tests
  - !13 ci: Fix docs CI build and deployment
  - !14 Add functions to emit a signal from the mocked service and mock
    activatable bus names
  - !15 dbus-queue: Use POSIX file functions instead of GIO for activatable
    names
  - !16 dbus-queue: Allow empty varargs to gt_dbus_queue_assert_pop_message()


Overview of changes in libglib-testing 0.1.1
============================================

* Bugs fixed:
 - !10 docs: Make the API stability policy a little more mature
 - !11 signal-logger: Don’t pass NULL to G_VALUE_LCOPY()
 - !12 Fix subproject build with recent meson


Overview of changes in libglib-testing 0.1.0
============================================

* Project created

* D-Bus queue and signal logger harnesses built

* Bugs fixed:
 - !1 Signal logger, documentation, coverage and CI
 - !2 build: Simplify pkg-config file generation
 - !3 lib: Fix some argument alignment
 - !4 lib: Add GtDBusQueue for creating mock D-Bus services
 - !5 build: Don’t install things if used as a subproject
 - !6 tests: Don’t use install kwarg to configure_file(); it doesn’t exist
 - !8 dbus-queue: Minor documentation fixes and additions