Skip to content

Commit 3fdd203

Browse files
authored
chore: release 3.3.5 (#319)
1 parent 6aad7a5 commit 3fdd203

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

app/src/commonMain/kotlin/com/maksimowiczm/foodyou/changelog/infrastructure/StaticChangelog.kt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ internal class StaticChangelog(private val appConfig: AppConfig) : Changelog {
1212
override val versions: List<Version>
1313
get() =
1414
listOf(
15+
v_3_3_5,
1516
v_3_3_4,
1617
v_3_3_3,
1718
v_3_3_1,
@@ -44,6 +45,14 @@ internal class StaticChangelog(private val appConfig: AppConfig) : Changelog {
4445
v2_0_0,
4546
)
4647

48+
val v_3_3_5 =
49+
Version(
50+
version = "3.3.5",
51+
date = LocalDate(2025, 10, 28),
52+
changes = listOf("Preserve search scroll position when switching between food sources."),
53+
bugFixes = listOf("Fixed unpacking recipes."),
54+
)
55+
4756
val v_3_3_4 =
4857
Version(
4958
version = "3.3.4",

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
2-
version-name = "3.3.4"
3-
android-versionCode = "112"
2+
version-name = "3.3.5"
3+
android-versionCode = "113"
44
android-compileSdk = "36"
55
android-minSdk = "28"
66
android-targetSdk = "36"

metadata/en-US/changelog/113.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Changes
2+
- Preserve search scroll position when switching between food sources.
3+
4+
Bug fixes
5+
- Fixed unpacking recipes.

0 commit comments

Comments
 (0)