New
v0.6.0 – Zig 0.15.2
This release targets Zig version 0.15.2.
What's Changed
- Fix(CI): Update CI to the Zig 0.16.0 development cycle. by @robbielyman in https://github.com/natecraddock/ziglua/pull/178
- fix: avoid std.meta.Tuple by @robbielyman in https://github.com/natecraddock/ziglua/pull/177
- Add fnRegsFromStruct for comptime-generation of Lua function registrations by @nurpax in https://github.com/natecraddock/ziglua/pull/179
- fix(build): make patch utility work with zig 0.15.2 by @bfredl in https://github.com/natecraddock/ziglua/pull/180
- fix(build): define LUAJIT_OS for windows to build PE Object by @robbielyman in https://github.com/natecraddock/ziglua/pull/183
Full Changelog: https://github.com/natecraddock/ziglua/compare/0.5.0...0.6.0