chore: bump version to 1.7.0
This commit is contained in:
parent
e45dbd169d
commit
3dbcc120e5
16
CHANGELOG.md
16
CHANGELOG.md
|
|
@ -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
|
## [1.6.1] - 17th Apr 2023
|
||||||
|
|
||||||
Fixes a small issue in the last release, where some enhanced enums were not
|
Fixes a small issue in the last release, where some enhanced enums were not
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
name: matrix_api_lite
|
name: matrix_api_lite
|
||||||
description: Dead simple data model for the matrix.org client-server API.
|
description: Dead simple data model for the matrix.org client-server API.
|
||||||
version: 1.6.1
|
version: 1.7.0
|
||||||
homepage: https://famedly.com
|
homepage: https://famedly.com
|
||||||
repository: https://gitlab.com/famedly/company/frontend/libraries/matrix_api_lite/
|
repository: https://gitlab.com/famedly/company/frontend/libraries/matrix_api_lite/
|
||||||
issues: https://gitlab.com/famedly/company/frontend/libraries/matrix_api_lite/-/issues
|
issues: https://gitlab.com/famedly/company/frontend/libraries/matrix_api_lite/-/issues
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue