Merge pull request #1919 from famedly/release/v0.33.0
chore: release v0.33.0
This commit is contained in:
commit
71180deec7
|
|
@ -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
|
||||
|
||||
- fix: actually make sure clientBox has a account (td)
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
name: matrix
|
||||
description: Matrix Dart SDK
|
||||
version: 0.32.4
|
||||
version: 0.33.0
|
||||
homepage: https://famedly.com
|
||||
repository: https://github.com/famedly/matrix-dart-sdk.git
|
||||
issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues
|
||||
|
|
|
|||
Loading…
Reference in New Issue