Prepare 0.25.2 release

This commit is contained in:
Dan Chao
2024-02-08 15:23:52 -08:00
parent c60db2a450
commit c1a9e9e12f
23 changed files with 24 additions and 24 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.1" }
@ModuleInfo { minPklVersion = "0.25.2" }
module pkl.math
/// The minimum [Int] value: `-9223372036854775808`.