Prepare 0.25.3 release

This commit is contained in:
Dan Chao
2024-03-26 08:46:40 -07:00
parent 4ae98b4bf6
commit 91820100f7
23 changed files with 23 additions and 23 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.2" }
@ModuleInfo { minPklVersion = "0.25.3" }
module pkl.math
/// The minimum [Int] value: `-9223372036854775808`.