Really prepare 0.30.2 release (#1373)

This commit is contained in:
Daniel Chao
2025-12-15 11:17:47 -08:00
committed by GitHub
parent 8173c4aaad
commit 4e3f9da0c2
25 changed files with 25 additions and 25 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.1" }
@ModuleInfo { minPklVersion = "0.30.2" }
module pkl.math
/// The minimum [Int] value: `-9223372036854775808`.