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

@@ -15,7 +15,7 @@
//===----------------------------------------------------------------------===//
/// Utilities for generating shell scripts.
@ModuleInfo { minPklVersion = "0.29.0" }
@ModuleInfo { minPklVersion = "0.29.1" }
module pkl.shell
/// Escapes [str] by enclosing it in single quotes.