Skip to content

Commit fc21e4f

Browse files
committed
Release v0.7.0
1 parent 776f296 commit fc21e4f

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ repositories {
3737
Then, 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

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import java.util.Properties
33
import org.gradle.api.tasks.testing.logging.TestExceptionFormat
44
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
55

6-
version = "0.6.0"
6+
version = "0.7.0"
77
description = "(De)serialization of SpaceAPI types for Kotlin and Java."
88
group = "io.github.spaceapi-community"
99

0 commit comments

Comments
 (0)