build: Bump version 0.25.2
This commit is contained in:
parent
e4b2bec812
commit
5cd55e3ec7
|
|
@ -1,3 +1,6 @@
|
||||||
|
## [0.25.2] - 27th December 2023
|
||||||
|
- fix: Add missing copy map in matrix sdk database (Krille)
|
||||||
|
|
||||||
## [0.25.1] - 27th December 2023
|
## [0.25.1] - 27th December 2023
|
||||||
- ci: Test that database can write and read at least 5mb of data (Krille)
|
- 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)
|
- feat: Make possible to fetch presence from database only (krille-chan)
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
name: matrix
|
name: matrix
|
||||||
description: Matrix Dart SDK
|
description: Matrix Dart SDK
|
||||||
version: 0.25.1
|
version: 0.25.2
|
||||||
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