Merge pull request #1666 from famedly/release/v0.25.1
build: Bump version to v0.25.1
This commit is contained in:
commit
fe4ff1a1e2
|
|
@ -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
|
||||
- feat: add tests for calls (td)
|
||||
- feat: cache getConfig request (Karthikeyan S)
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
name: matrix
|
||||
description: Matrix Dart SDK
|
||||
version: 0.25.0
|
||||
version: 0.25.1
|
||||
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