Prepare 0.32.0 release

This commit is contained in:
Dan Chao
2026-07-08 09:47:47 -07:00
committed by Jen Basch
parent c3d570c769
commit 9916c23cfc
4 changed files with 7 additions and 7 deletions
@@ -34,7 +34,7 @@ import org.pkl.parser.syntax.Module;
@TruffleLanguage.Registration(
id = "pkl",
name = "Pkl",
version = "0.32.0-dev",
version = "0.32.0",
characterMimeTypes = VmLanguage.MIME_TYPE,
contextPolicy = ContextPolicy.SHARED)
@ProvidedTags(PklTags.Expression.class)