Skip to content

Commit

Permalink
Prepare for release 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
illarionov committed Jul 3, 2024
1 parent 8139787 commit 614d876
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 6 deletions.
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
# Change Log
# Changelog

## [0.6] — 2024-07-03

### Added

- ["Popularity Primitives"](https://api-docs.igdb.com/#popularity-primitive) and
["Popularity Types"](https://api-docs.igdb.com/#popularity-type) endpoints.

### Changed

- Bump dependency versions:
* AGP 8.2.2
* Kotlin 2.0.0
* Wire 4.9.9
* Okio 3.9.0
* Ktor 2.3.12
* orgjson 20240303
* Kotlinx.serialization 1.7.1
* kotlinx-coroutines 1.8.1
* AtomicFU 0.25.0
* Other internal dependencies

## Version 0.5

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("ru.pixnews.igdbclient:igdbclient-ktor:0.5")
implementation("ru.pixnews.igdbclient:igdbclient-ktor:0.6")
}
```

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

```kotlin
dependencies {
implementation("ru.pixnews.igdbclient:igdbclient-okhttp:0.5")
implementation("ru.pixnews.igdbclient:igdbclient-okhttp:0.6")
}
```

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 Igdbclient project authors and contributors.
Copyright 2023-2024 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.6-SNAPSHOT
igdbclient_version = 0.6

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

0 comments on commit 614d876

Please sign in to comment.