feat: Mark spec version 1.15 as supported

This commit is contained in:
Ginger
2026-05-21 11:29:09 -04:00
parent 4da00fa28a
commit 61ab6b4eb8
+1
View File
@@ -21,6 +21,7 @@ pub fn versions() -> Vec<String> {
"v1.12".to_owned(),
"v1.13".to_owned(),
"v1.14".to_owned(),
"v1.15".to_owned(),
]
}