Skip to content

0.20.10

Compare
Choose a tag to compare
@sdroege sdroege released this 13 May 09:28
· 19 commits to 0.20 since this release
Bilal Elmoussaoui:
      ignore typ typo
      gobject: Work around wrongly added v2_82 feature
      glib: Implement Deref/DerefMut for ThreadGuard

David Hewitt:
      gio: manually implement content_type_guess

Leo Schaefer:
      Fix bug in bindings of shape_full and shape_with_flags
      Use as_ptr and bring shape_full and shape_with_flags into the same format

Sebastian Dröge:
      Update gir
      Update gir-files
      gio: Ignore `g_dbus_connection_register_object_with_closures2()` for now
      glib: Add bindings for `g_intern_string()` and `g_intern_static_string()` to `GStr`
      graphene: Add some `// rustdoc-stripper-ignore-next`
      glib: Add From<AsRef<str>> impl for GStringPtr
      pango: Implement `pango_shape()` bindings manually and ignore `pango_shape_item()` for now
      cairo: Pass a mutable reference when we expect the function to mutate the value
      Fix new clippy 1.86 warnings
      ci: Update to Ubuntu 24.04 for building the image
      ci: Install some more development packages for the image build
      Add 2.86 glib/gio version features
      Regenerate with latest gir / gir-files
      Update Cargo.lock
      Update version to 0.20.10

Sebastian Wiesner:
      Wrap IntoFuture around Cancellable::future
      Derive Debug and Clone for variant DictEntry

Wesley Moore:
      cairo: Fix some typos in Error Display impl