We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22a6f9f commit 076dc97Copy full SHA for 076dc97
CHANGELOG.md
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
4
5
## [Unreleased]
6
7
+## [0.6.0] - 2025-12-03
8
+
9
### Changed
10
- Updated Luau dependency from version 0.688 to [0.702](https://github.com/luau-lang/luau/releases/tag/0.702)
11
- Raw Luau C API is now re-exported from the library via the `c` module
build.zig.zon
@@ -1,6 +1,6 @@
1
.{
2
.name = .luaz,
3
- .version = "0.5.0",
+ .version = "0.6.0",
.dependencies = .{
.luau = .{
.url = "git+https://github.com/luau-lang/luau.git?ref=0.702#c836feb2450a074581010f84da2eadeea38a3d55",
0 commit comments