Skip to content

Commit 13f3d9c

Browse files
Bump 1.0.0-alpha.10
1 parent b88ef55 commit 13f3d9c

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [1.0.0-alpha.10] - 2025-09-21
2+
3+
### Bug Fixes
4+
5+
* contents not expanding to fill space in horizontal layouts ([0718825](https://github.com/Crozzers/PostboxGO/commit/0718825e5cf26924851539004a9952710d84d6ef))
6+
* navigation rail being too cramped on landscape phones ([ece609a](https://github.com/Crozzers/PostboxGO/commit/ece609acccdbdfad916b32c18b6c4040b4f76e08))
7+
8+
9+
### Features
10+
11+
* add helper message when search query returns no results ([7c2a6a3](https://github.com/Crozzers/PostboxGO/commit/7c2a6a38614584314dda62509ce177de4f78666b))
12+
* add statistics page ([351d44c](https://github.com/Crozzers/PostboxGO/commit/351d44cf600a86a10902bda57ccc245371715985))
13+
14+
115
## [1.0.0-alpha.9] - 2025-09-14
216

317
### Features
@@ -88,3 +102,4 @@
88102
[1.0.0-alpha.7]: https://github.com/Crozzers/PostboxGO/compare/1.0.0-alpha.6...1.0.0-alpha.7
89103
[1.0.0-alpha.8]: https://github.com/Crozzers/PostboxGO/compare/1.0.0-alpha.7...1.0.0-alpha.8
90104
[1.0.0-alpha.9]: https://github.com/Crozzers/PostboxGO/compare/1.0.0-alpha.8...1.0.0-alpha.9
105+
[1.0.0-alpha.10]: https://github.com/Crozzers/PostboxGO/compare/1.0.0-alpha.9...1.0.0-alpha.10

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ android {
1414
applicationId = "com.crozzers.postboxgo"
1515
minSdk = 26
1616
targetSdk = 36
17-
versionCode = 47
18-
versionName = "1.0.0-alpha.9"
17+
versionCode = 48
18+
versionName = "1.0.0-alpha.10"
1919

2020
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2121
}

0 commit comments

Comments
 (0)