chore: release v0.9.2

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Davide Ferrari
2026-01-13 07:32:59 +01:00
parent 96d67e9cb9
commit baa4875d59
3 changed files with 11 additions and 3 deletions

View File

@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.9.2] - 2026-01-12
### Fixed
- **Dashboard**: Tire pressure now displays correctly when configured in PSI (fixes #46)
## [0.9.1] - 2026-01-12
### Fixed
@@ -181,7 +186,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Dashboard with basic vehicle status
- Charges screen with history list
[Unreleased]: https://github.com/vide/matedroid/compare/v0.9.1...HEAD
[Unreleased]: https://github.com/vide/matedroid/compare/v0.9.2...HEAD
[0.9.2]: https://github.com/vide/matedroid/compare/v0.9.1...v0.9.2
[0.9.1]: https://github.com/vide/matedroid/compare/v0.9.0...v0.9.1
[0.9.0]: https://github.com/vide/matedroid/compare/v0.8.3...v0.9.0
[0.8.3]: https://github.com/vide/matedroid/compare/v0.8.2...v0.8.3

View File

@@ -19,8 +19,8 @@ android {
applicationId = "com.matedroid"
minSdk = 29
targetSdk = 35
versionCode = 15
versionName = "0.9.1"
versionCode = 16
versionName = "0.9.2"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}

View File

@@ -0,0 +1,2 @@
Fixed:
- Dashboard: Tire pressure now displays correctly when configured in PSI