chore: bump version to 0.4.1
This commit is contained in:
parent
c73b7631f5
commit
2f7c8baf9f
|
|
@ -1,3 +1,7 @@
|
||||||
|
## 0.4.1
|
||||||
|
|
||||||
|
fix: change tryGet default loglevel to Optional
|
||||||
|
|
||||||
## 0.4.0
|
## 0.4.0
|
||||||
- refactor: Migrate to null safety
|
- refactor: Migrate to null safety
|
||||||
- refactor: Use openAPI code generation to create most of the methods
|
- refactor: Use openAPI code generation to create most of the methods
|
||||||
|
|
|
||||||
|
|
@ -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.4.0
|
version: 0.4.1
|
||||||
homepage: https://famedly.com
|
homepage: https://famedly.com
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue