Skip to content

Commit aa02ac4

Browse files
chore: release 1.4.9
1 parent 0e4a7cb commit aa02ac4

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.changes/13a47747-197a-4b88-bc3b-393af5f5127a.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [1.4.9] - 02/27/2025
4+
5+
### Fixes
6+
* Correctly generate paginators for item type names which collide with other used types (e.g., an item type `com.foo.Flow` which conflicts with `kotlinx.coroutines.flow.Flow`)
7+
38
## [1.4.8] - 02/27/2025
49

510
### Fixes

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ kotlinx.atomicfu.enableNativeIrTransformation=false
1313
org.gradle.jvmargs=-Xmx2G -XX:MaxMetaspaceSize=1G
1414

1515
# SDK
16-
sdkVersion=1.4.9-SNAPSHOT
16+
sdkVersion=1.4.9
1717

1818
# codegen
19-
codegenVersion=0.34.9-SNAPSHOT
19+
codegenVersion=0.34.9

0 commit comments

Comments
 (0)