From aa78be0e5edfa4d9f6123a8290c147f8e2ce1850 Mon Sep 17 00:00:00 2001 From: JeisonSanches Date: Thu, 2 Mar 2023 18:43:26 +0000 Subject: [PATCH] docs: Update changelog file --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80012aa..1409bc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# (2023-03-02) + + +### Bug Fixes + +* add necessary flags to build on linux ([e00b557](https://github.com/JeisonSanches/whisper_dart/commit/e00b55753994ebd5a0ec17fcc2e129383927717a)) +* ios cpp import ([9a18987](https://github.com/JeisonSanches/whisper_dart/commit/9a18987de3fb55e016e267085c0a6a1ef8120424)) +* set necessary flags to build for windows ([9001029](https://github.com/JeisonSanches/whisper_dart/commit/9001029a32dc9e944152864a187829eb74017153)) +* windows hotfixes ([35d6acb](https://github.com/JeisonSanches/whisper_dart/commit/35d6acbcff5ec28b93200c5a75d7a223cd84f810)) + + +### Features + +* ffi bindings ([e7662ef](https://github.com/JeisonSanches/whisper_dart/commit/e7662ef3b8c40b8a2245f6fd2b2b60b9482e4130)) +* remove unused packages & set plugin options ([b0015db](https://github.com/JeisonSanches/whisper_dart/commit/b0015db7b1c76aed1a21a6bfa5555e479ef18c05)) +* update dart example ([9c202e8](https://github.com/JeisonSanches/whisper_dart/commit/9c202e806cdd5cafd5d87bd9f2b28d3a29c57fb1)) + + + ## 0.0.3 - support additional platforms