build: Release 0.29.1
This commit is contained in:
parent
55388da505
commit
2670788efc
|
|
@ -1,3 +1,6 @@
|
||||||
|
## [0.29.1] 10th May 2024
|
||||||
|
- chore: Revert check message size before fake sync (Krille)
|
||||||
|
|
||||||
## [0.29.0] 08th May 2024
|
## [0.29.0] 08th May 2024
|
||||||
Refactoring release which fixes a flickering of sent file events in the timeline. The
|
Refactoring release which fixes a flickering of sent file events in the timeline. The
|
||||||
State events in a room are no longer instances of `Event` but `StrippedStateEvent` by
|
State events in a room are no longer instances of `Event` but `StrippedStateEvent` by
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
name: matrix
|
name: matrix
|
||||||
description: Matrix Dart SDK
|
description: Matrix Dart SDK
|
||||||
version: 0.29.0
|
version: 0.29.1
|
||||||
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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue