Prepare 0.28.2 release

This commit is contained in:
Dan Chao
2025-04-17 08:27:41 -07:00
parent 7569b96088
commit 8bd738ec0b
25 changed files with 27 additions and 27 deletions

View File

@@ -15,7 +15,7 @@
//===----------------------------------------------------------------------===//
/// Parsing, comparison, and manipulation of [semantic version](https://semver.org/spec/v2.0.0.html) numbers.
@ModuleInfo { minPklVersion = "0.28.1" }
@ModuleInfo { minPklVersion = "0.28.2" }
module pkl.semver
/// Tells whether [version] is a valid semantic version number.