Merge pull request #1548 from famedly/krille/release-0-22-3
build: Bump version to 0.22.3
This commit is contained in:
commit
b9eb0b5aa3
|
|
@ -1,3 +1,7 @@
|
|||
## [0.22.3] - 23th August 2023
|
||||
- feat: Add option to not cache users in memory when requesting all of a room (krille-chan)
|
||||
- fix: Has new messages is never true (Krille)
|
||||
|
||||
## [0.22.2] - 6 August 2023
|
||||
|
||||
- fix: direct message room name computation (The one with the braid)
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
name: matrix
|
||||
description: Matrix Dart SDK
|
||||
version: 0.22.2
|
||||
version: 0.22.3
|
||||
homepage: https://famedly.com
|
||||
repository: https://github.com/famedly/matrix-dart-sdk.git
|
||||
|
||||
|
|
@ -39,7 +39,6 @@ dev_dependencies:
|
|||
lints: ^2.0.0
|
||||
test: ^1.15.7
|
||||
#flutter_test: {sdk: flutter}
|
||||
|
||||
#dependency_overrides:
|
||||
# matrix_api_lite:
|
||||
# path: ../matrix_api_lite
|
||||
|
|
|
|||
Loading…
Reference in New Issue