chore: bump version to 1.7.0

This commit is contained in:
td 2023-06-13 11:48:54 +05:30
parent e45dbd169d
commit 3dbcc120e5
No known key found for this signature in database
GPG Key ID: F6D9E9BF14C7D103
2 changed files with 17 additions and 1 deletions

View File

@ -1,3 +1,19 @@
## [1.7.0] - 12th Jun 2023
Breaking Change:
Refactoring from Map<String, dynamic> to Map<String, Object?> makes some
type casts neccessary
- chore: add qr releated eventTypes (td)
- refactor: Get rid of dynamic lists (Krille)
- chore: bump version (Malin Errenst)
- docs: Add regenerate code instructions to readme (Krille)
- chore: Remove tags for CI test stage (Malin Errenst)
- refactor: Changed Map<String, dynamic> to Map<String, Object?> (Malin Errenst)
- chore: generated folder from recent dart_openapi_codegen (Malin Errenst)
- chore: sort imports (Nicolas Werner)
- ci: Use the ci template (Nicolas Werner)
## [1.6.1] - 17th Apr 2023
Fixes a small issue in the last release, where some enhanced enums were not

View File

@ -1,6 +1,6 @@
name: matrix_api_lite
description: Dead simple data model for the matrix.org client-server API.
version: 1.6.1
version: 1.7.0
homepage: https://famedly.com
repository: https://gitlab.com/famedly/company/frontend/libraries/matrix_api_lite/
issues: https://gitlab.com/famedly/company/frontend/libraries/matrix_api_lite/-/issues