build: Bump version to v0.25.1
This commit is contained in:
parent
263baa6bf8
commit
16604f2803
|
|
@ -1,3 +1,9 @@
|
||||||
|
## [0.25.1] - 27th December 2023
|
||||||
|
- ci: Test that database can write and read at least 5mb of data (Krille)
|
||||||
|
- feat: Make possible to fetch presence from database only (krille-chan)
|
||||||
|
- fix: clearCache does not clear room account data (Krille)
|
||||||
|
- fix: typerror in removeEvent method from new database (Krille)
|
||||||
|
|
||||||
## [0.25.0] - 21st December 2023
|
## [0.25.0] - 21st December 2023
|
||||||
- feat: add tests for calls (td)
|
- feat: add tests for calls (td)
|
||||||
- feat: cache getConfig request (Karthikeyan S)
|
- feat: cache getConfig request (Karthikeyan S)
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
name: matrix
|
name: matrix
|
||||||
description: Matrix Dart SDK
|
description: Matrix Dart SDK
|
||||||
version: 0.25.0
|
version: 0.25.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