Prepare 0.31.1 release

This commit is contained in:
Jen Basch
2026-03-26 09:07:44 -07:00
parent a9544ebbaf
commit efc9e2c819
26 changed files with 26 additions and 26 deletions

View File

@@ -18,7 +18,7 @@
///
/// To write tests, amend this module and define [facts] or [examples] (or both).
/// To run tests, use the `pkl test` command to evaluate the amended module.
@ModuleInfo { minPklVersion = "0.31.0" }
@ModuleInfo { minPklVersion = "0.31.1" }
open module pkl.test
/// Named groups of boolean expressions that are expected to evaluate to [true].