chore(release): Publish flame_isolate v0.1.0 (#2179)

- flame_isolate@0.1.0
This commit is contained in:
Lukas Klingsbo
2022-11-23 00:31:11 +03:00
committed by GitHub
parent 4020d68b4a
commit 98e295cfa5
2 changed files with 25 additions and 0 deletions

View File

@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 2022-11-22
### Changes
---
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- [`flame_isolate` - `v0.1.0`](#flame_isolate---v010)
---
#### `flame_isolate` - `v0.1.0`
- **FEAT**: FlameIsolate - a neat way of handling threads ([#1909](https://github.com/flame-engine/flame/issues/1909)). ([b25b9356](https://github.com/flame-engine/flame/commit/b25b935644e258c37145bd6abfe0962d8e872801))
## 2022-10-01
### Changes

View File

@ -1,3 +1,7 @@
## 0.1.0
- **FEAT**: FlameIsolate - a neat way of handling threads ([#1909](https://github.com/flame-engine/flame/issues/1909)). ([b25b9356](https://github.com/flame-engine/flame/commit/b25b935644e258c37145bd6abfe0962d8e872801))
## 0.1.0
- Initial version.