Prepare 0.28.2 release

This commit is contained in:
Dan Chao
2025-04-17 08:27:41 -07:00
parent 7569b96088
commit 8bd738ec0b
25 changed files with 27 additions and 27 deletions

View File

@@ -33,7 +33,7 @@ import org.pkl.core.util.Nullable;
@TruffleLanguage.Registration(
id = "pkl",
name = "Pkl",
version = "0.28.1",
version = "0.28.2",
characterMimeTypes = VmLanguage.MIME_TYPE,
contextPolicy = ContextPolicy.SHARED)
public final class VmLanguage extends TruffleLanguage<VmContext> {