Skip to content

Commit 076dc97

Browse files
committed
Bump library to v0.6.0
1 parent 22a6f9f commit 076dc97

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [0.6.0] - 2025-12-03
8+
79
### Changed
810
- Updated Luau dependency from version 0.688 to [0.702](https://github.com/luau-lang/luau/releases/tag/0.702)
911
- Raw Luau C API is now re-exported from the library via the `c` module

build.zig.zon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.{
22
.name = .luaz,
3-
.version = "0.5.0",
3+
.version = "0.6.0",
44
.dependencies = .{
55
.luau = .{
66
.url = "git+https://github.com/luau-lang/luau.git?ref=0.702#c836feb2450a074581010f84da2eadeea38a3d55",

0 commit comments

Comments
 (0)