Skip to content

Releases: ianprime0509/zig-gobject

v0.1.1

13 Feb 05:14
Compare
Choose a tag to compare

Full Changelog: v0.1.0...v0.1.1

This release includes various bug fixes and a few enhancements. Most notably, bindings are now provided for the GNOME 45 SDK, since #37 was worked around.

This release is compatible with Zig 0.12.0-dev.2711+f995c1b08, though higher or lower versions may also work.

There is only one notable breaking change in this release, which is related to a bug fix: array types which were marked as nullable in GIR are now properly translated as such (744df36).

v0.1.0

31 Jan 06:49
Compare
Choose a tag to compare

This is the initial release of zig-gobject. It should be usable for general applications, and is intended to expose at least the full power of the underlying C APIs to the user. However, it may be missing some additional useful extensions and helpers, and there is always the possibility of a few bugs in translation or in the current extensions.

This release is compatible with Zig 0.12.0-dev.2341+92211135f, though lower or higher versions may also work.

Note: unfortunately, due to the incorrect GIR reported in #37, no GNOME 45 SDK bindings are included in this release, as they are pretty much useless with the incorrect type (which is indirectly referenced by many things).