Prepare 0.29.1 release

This commit is contained in:
Jen Basch
2025-08-27 13:46:10 -07:00
parent 2a7195125c
commit 6a3722a471
24 changed files with 24 additions and 24 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.29.0" }
@ModuleInfo { minPklVersion = "0.29.1" }
module pkl.settings
import "pkl:EvaluatorSettings"