chore: Bump version
This commit is contained in:
parent
cfa633b489
commit
268b05b09f
|
|
@ -1,3 +1,11 @@
|
||||||
|
## 0.4.0
|
||||||
|
- refactor: Migrate to null safety
|
||||||
|
- refactor: Use openAPI code generation to create most of the methods
|
||||||
|
- feat: Add image pack event content models
|
||||||
|
- refactor: FilterMap extension
|
||||||
|
- fix: log levels for tryGet
|
||||||
|
- refactor: remove timeouts in matrix_api_lite
|
||||||
|
|
||||||
## 0.3.3
|
## 0.3.3
|
||||||
- fix: Log filter in wrong direction
|
- fix: Log filter in wrong direction
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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: 0.3.3
|
version: 0.4.0
|
||||||
homepage: https://famedly.com
|
homepage: https://famedly.com
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue