Prepare 0.25.1 release

This commit is contained in:
Dan Chao
2024-02-01 16:38:40 -08:00
parent ba8279aeee
commit bf90b41069
22 changed files with 26 additions and 21 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.25.0" }
@ModuleInfo { minPklVersion = "0.25.1" }
module pkl.math
/// The minimum [Int] value: `-9223372036854775808`.