Start next dev iteration

This commit is contained in:
Dan Chao
2025-11-03 11:46:45 -08:00
committed by Daniel Chao
parent 7f231cd916
commit 4d70baba86
29 changed files with 85 additions and 27 deletions

View File

@@ -18,7 +18,7 @@
///
/// Note that some mathematical functions, such as `sign()`, `abs()`, and `round()`,
/// are directly defined in classes [Number], [Int], and [Float].
@ModuleInfo { minPklVersion = "0.30.0" }
@ModuleInfo { minPklVersion = "0.31.0" }
module pkl.math
/// The minimum [Int] value: `-9223372036854775808`.