chore: release v0.33.0
This commit is contained in:
parent
c84172df80
commit
d80357e4c0
|
|
@ -1,3 +1,10 @@
|
||||||
|
## [0.33.0] 19th Sept 2024
|
||||||
|
|
||||||
|
- feat: BREAKING CHANGE v1.11 matrix-spec endpoints (td)
|
||||||
|
- fix: also lazy load members for archive (Nicolas Werner)
|
||||||
|
- fix: don't convert archived rooms to joined rooms by accident (Nicolas Werner)
|
||||||
|
- fix: wait for pending transactions before db close (Nicolas Werner)
|
||||||
|
|
||||||
## [0.32.4] 28th Aug 2024
|
## [0.32.4] 28th Aug 2024
|
||||||
|
|
||||||
- fix: actually make sure clientBox has a account (td)
|
- fix: actually make sure clientBox has a account (td)
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
name: matrix
|
name: matrix
|
||||||
description: Matrix Dart SDK
|
description: Matrix Dart SDK
|
||||||
version: 0.32.4
|
version: 0.33.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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue