build: Release v0.32.0

This commit is contained in:
Krille 2024-08-09 11:05:46 +02:00
parent c071b8c06e
commit df5cd7cd75
No known key found for this signature in database
GPG Key ID: E067ECD60F1A0652
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
## [0.32.0] 9th Aug 2024
- chore: add info about tests to readme (td)
- chore: increase log level to verbose in tests (td)
- fix: App freezes because of recursive loop with getLocalizedDisplayname() call (Krille)
- fix: Call logout on soft logout fail (Krille)
- fix: don't restart github action service after apt install (Nicolas Werner)
- fix: leave->invite in the same sync would hide the invite (Nicolas Werner)
- (BREAKING) fix: update last event properly on cancel send (td)
## [0.31.0] 28th July 2024 ## [0.31.0] 28th July 2024
- ci: create release job fix (Karthikeyan S) - ci: create release job fix (Karthikeyan S)

View File

@ -1,6 +1,6 @@
name: matrix name: matrix
description: Matrix Dart SDK description: Matrix Dart SDK
version: 0.31.0 version: 0.32.0
homepage: https://famedly.com homepage: https://famedly.com
repository: https://github.com/famedly/matrix-dart-sdk.git repository: https://github.com/famedly/matrix-dart-sdk.git
issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues