Prepare 0.29.0 release

This commit is contained in:
Islon Scherer
2025-07-24 17:25:11 +02:00
committed by Islon Scherer
parent efee9f3801
commit e12c655f5c
4 changed files with 7 additions and 7 deletions

View File

@@ -33,7 +33,7 @@ import org.pkl.parser.syntax.Module;
@TruffleLanguage.Registration(
id = "pkl",
name = "Pkl",
version = "0.29.0-dev",
version = "0.29.0",
characterMimeTypes = VmLanguage.MIME_TYPE,
contextPolicy = ContextPolicy.SHARED)
public final class VmLanguage extends TruffleLanguage<VmContext> {