Skip to content

Commit 705136b

Browse files
Clarify Latest release CHANGELOG
1 parent f7a4142 commit 705136b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22

33
## v0.3.5 - 2024-10-14
44

5-
- BREAKING: Starting from this version support for Ktor 3 has been added alongside Ktor 2, and as a part of this change now there are 2 mutually exclusive different artifacts: ktor2, ktor3 respectively. Use the one that matches ktor version used in your project
5+
- BREAKING: Starting from this version support for Ktor 3 has been added alongside Ktor 2, and as a part of this change the old `io.github.mr3y-the-programmer:podcastindex-sdk` artifact has been replaced by 2 mutually exclusive artifacts: ktor2, ktor3 respectively.
6+
Update your dependency declaration to use the artifact that matches Ktor version used in your project, Or use whichever one if you don't have Ktor in your project's classpath:
67
```kotlin
78
// Ktor 2
89
implementation("io.github.mr3y-the-programmer:podcastindex-sdk-ktor2:0.3.5")
910
// Or Ktor 3
1011
implementation("io.github.mr3y-the-programmer:podcastindex-sdk-ktor3:0.3.5")
1112
```
13+
- BREAKING: Update the import statement of `PodcastIndexClient` from `com.mr3y.podcastindex.PodcastIndexClient` to `com.mr3y.podcastindex.ktor2.PodcastIndexClient`/`com.mr3y.podcastindex.ktor3.PodcastIndexClient`
1214

1315
## v0.3.1 - 2024-10-12
1416

@@ -38,4 +40,4 @@ implementation("io.github.mr3y-the-programmer:podcastindex-sdk-ktor3:0.3.5")
3840

3941
## v0.1.0 - 2024-09-22
4042

41-
- Initial Release
43+
- Initial Release

0 commit comments

Comments
 (0)