chore: Bump version

This commit is contained in:
Krille Fear 2021-10-15 10:20:23 +02:00
parent 2b8782c699
commit b4c922f49c
2 changed files with 15 additions and 1 deletions

View File

@ -1,3 +1,17 @@
## [0.6.0] - 15nd Oct 2021
- feat: Calc benchmarks for hive operations on init
- refactor: Change event status to enum
- refactor: Migrate more files to null safety
- fix: Type error when using CryptoKey in dart web
- fix: events with unknown users having invalid mxids This caused issues down the line where the sender id was assumed to be a valid matrix identifier
- fix: Sent events are sorted in SENDING timeline
- fix: use explicit type in fold instead of cast
- fix: apply review feedback
- fix: missing range check When requesting history the `start` parameter could become larger than the loaded events from the database were, resulting in an error when attempting to request history.
- fix: New verification requests on requesting history
- refactor: remove unused clientId
- fix: Add type checkings for User.displayName
## [0.5.5] - 20nd Sep 2021
fix: Autodetect mime type on file upload

View File

@ -1,6 +1,6 @@
name: matrix
description: Matrix Dart SDK
version: 0.5.5
version: 0.6.0
homepage: https://famedly.com
environment: