Prepare 0.27.2 release

This commit is contained in:
Dan Chao
2025-01-22 08:57:27 -08:00
parent 1e75001382
commit d9cfb68048
25 changed files with 27 additions and 27 deletions

View File

@@ -19,7 +19,7 @@
/// Every settings file must amend this module.
/// Unless CLI commands and build tool plugins are explicitly configured with a settings file,
/// they will use `~/.pkl/settings.pkl` or the defaults specified in this module.
@ModuleInfo { minPklVersion = "0.27.0" }
@ModuleInfo { minPklVersion = "0.27.2" }
module pkl.settings
import "pkl:EvaluatorSettings"