chore: Bump version
This commit is contained in:
parent
209035ffbd
commit
686bfa3157
13
CHANGELOG.md
13
CHANGELOG.md
|
|
@ -1,3 +1,16 @@
|
||||||
|
## [0.1.10] - 21th Jul 2021
|
||||||
|
Please note: This removes the isolate code from the SDK to make it compatible with dart web. If
|
||||||
|
you still want the SDK to execute code in the background to not block the UI on key generation
|
||||||
|
for example, pass the `compute` method from Flutter to your client:
|
||||||
|
|
||||||
|
```dart
|
||||||
|
// ...
|
||||||
|
final client = Client('name...',
|
||||||
|
// ...
|
||||||
|
compute: compute,
|
||||||
|
);
|
||||||
|
```
|
||||||
|
|
||||||
## [0.1.9] - 20th Jul 2021
|
## [0.1.9] - 20th Jul 2021
|
||||||
- fix: Add missing null check which made bootstrap fail for newest Synapse release
|
- fix: Add missing null check which made bootstrap fail for newest Synapse release
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
name: matrix
|
name: matrix
|
||||||
description: Matrix Dart SDK
|
description: Matrix Dart SDK
|
||||||
version: 0.1.9
|
version: 0.1.10
|
||||||
homepage: https://famedly.com
|
homepage: https://famedly.com
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue