Skip to content

Commit

Permalink
Prepare for release 0.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
illarionov committed Jan 15, 2025
1 parent 24d9f79 commit 8597b0d
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .idea/copyright/igdbclient.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## [0.7] — 2025-01-15

### Added

- ["GameTimeToBeat"](https://api-docs.igdb.com/#game-time-to-beat) endpoint.

### Changed

- Package and maven coordinates have been changed.
Replace the prefix "ru.pixnews.igdbclient" in all imports to "at.released.igdbclient".
New maven group: "at.released.igdbclient"

- Bump dependency versions:
* AGP 8.7.3
* Kotlin 2.1.0
* AtomicFU 0.27.0
* Wire 5.2.1
* Okio 3.10.2
* Ktor 3.0.3
* orgjson 20250107
* Kotlinx.serialization 1.8.0
* kotlinx-coroutines 1.10.1
* Other internal dependencies

## [0.6] — 2024-07-03

### Added
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Dependency when using *Кtor* client (supported on all targets):

```kotlin
dependencies {
implementation("at.released.igdbclient:igdbclient-ktor:0.6")
implementation("at.released.igdbclient:igdbclient-ktor:0.7")
}
```

Expand All @@ -38,7 +38,7 @@ In Kotlin Multiplatform projects, this dependency can be added to the *commonMai
```kotlin
commonMain {
dependencies {
implementation("at.released.igdbclient:igdbclient-ktor:0.6")
implementation("at.released.igdbclient:igdbclient-ktor:0.7")
}
}
```
Expand All @@ -47,7 +47,7 @@ Dependency when using *Okhttp* (JVM and Android):

```kotlin
dependencies {
implementation("at.released.igdbclient:igdbclient-okhttp:0.6")
implementation("at.released.igdbclient:igdbclient-okhttp:0.7")
}
```

Expand Down Expand Up @@ -307,7 +307,7 @@ These services are licensed under Apache 2.0 License.\
Authors and contributors are listed in the [Authors](AUTHORS) file.

```
Copyright 2023-2024 Igdbclient project authors and contributors.
Copyright 2023-2025 Igdbclient project authors and contributors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion config/version.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
igdbclient_version = 0.7-SNAPSHOT
igdbclient_version = 0.7

#igdbclient_core_version = 0.1-SNAPSHOT
#igdbclient_ktor_version = 0.1-SNAPSHOT
Expand Down

0 comments on commit 8597b0d

Please sign in to comment.