File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ Possible log types:
1313
1414### Unreleased
1515
16+ ### v0.7.0 (2025-01-11)
17+
18+ - [ added] Support for schema v15 (#42 )
19+
1620### v0.6.1 (2024-05-05)
1721
1822- [ fixed] Correctly publish library with Java 8 support. (Version 0.6.0 was
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ repositories {
3737Then, add the dependency to your ` build.gradle ` :
3838
3939``` groovy
40- implementation 'io.github.spaceapi-community:spaceapi-kt:0.6.1 '
40+ implementation 'io.github.spaceapi-community:spaceapi-kt:0.7.0 '
4141```
4242
4343
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import java.util.Properties
33import org.gradle.api.tasks.testing.logging.TestExceptionFormat
44import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
55
6- version = " 0.6 .0"
6+ version = " 0.7 .0"
77description = " (De)serialization of SpaceAPI types for Kotlin and Java."
88group = " io.github.spaceapi-community"
99
You can’t perform that action at this time.
0 commit comments