From 0057f574aa6025af6c8512b01607687a3923104b Mon Sep 17 00:00:00 2001 From: fzyzcjy Date: Mon, 25 Dec 2023 20:27:37 +0800 Subject: [PATCH] chore: readme --- .all-contributors-custom.yaml | 2 +- CHANGELOG.md | 6 ++++++ README.md | 2 +- website/docs/index.md | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.all-contributors-custom.yaml b/.all-contributors-custom.yaml index e12c06104f..1415ebe40e 100644 --- a/.all-contributors-custom.yaml +++ b/.all-contributors-custom.yaml @@ -11,7 +11,7 @@ - dbsxdbsx: Allow generating multiple Rust and Dart files. Fix lint. Update doc. Add logging. - GregoryConrad: Add doc to setup frb inside a Dart/Flutter library. - huang12zheng: Support type aliases and nested ones. Tweak code generation. Fix rust_build_and_test on Mac. Improve CI logic and cache. Remove bridge field in model. -- trobanga: Add support for `[T;N]` structs. Add `usize` support. Add a cmd argument. Separate dart tests. Fix fallible list case. Fix test compile. +- trobanga: Add support for `[T;N]` structs. Add `usize` support. Add a cmd argument. Separate dart tests. Fix fallible list case. Fix test compile. Fix Result + RustAutoOpaque. - MnlPhlp: Support macros and will auto expand. Allow mirror types in streams. - SoLongAndThanksForAllThePizza: Refactor and enhance SyncReturn to support more types. Refactor post-release CI. - hsfzxjy: Fix SyncReturn use-after-free bug. diff --git a/CHANGELOG.md b/CHANGELOG.md index fa7277bafc..53b68095d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## 2.0.0-dev.3 +* Please refer to https://fzyzcjy.github.io/flutter_rust_bridge/guides/miscellaneous/whats-new for what's changed in V2. +* Fix Generated Rust code of `Result>` is incorrect #1474 (thanks @trobanga) +* (My (@fzyzcjy's) PRs are not listed here) + +## 2.0.0-dev.3 + * Please refer to https://fzyzcjy.github.io/flutter_rust_bridge/guides/miscellaneous/whats-new for what's changed in V2. * This is still a separate version to see whether the readme image layout works for pub.dev and crates.io. diff --git a/README.md b/README.md index 1cacc43468..305c2496c9 100644 --- a/README.md +++ b/README.md @@ -302,7 +302,7 @@ More specifically, thanks for all these contributions: * [dbsxdbsx](https://github.com/dbsxdbsx): Allow generating multiple Rust and Dart files. Fix lint. Update doc. Add logging. * [GregoryConrad](https://github.com/GregoryConrad): Add doc to setup frb inside a Dart/Flutter library. * [huang12zheng](https://github.com/huang12zheng): Support type aliases and nested ones. Tweak code generation. Fix rust_build_and_test on Mac. Improve CI logic and cache. Remove bridge field in model. -* [trobanga](https://github.com/trobanga): Add support for `[T;N]` structs. Add `usize` support. Add a cmd argument. Separate dart tests. Fix fallible list case. Fix test compile. +* [trobanga](https://github.com/trobanga): Add support for `[T;N]` structs. Add `usize` support. Add a cmd argument. Separate dart tests. Fix fallible list case. Fix test compile. Fix Result + RustAutoOpaque. * [MnlPhlp](https://github.com/MnlPhlp): Support macros and will auto expand. Allow mirror types in streams. * [SoLongAndThanksForAllThePizza](https://github.com/SoLongAndThanksForAllThePizza): Refactor and enhance SyncReturn to support more types. Refactor post-release CI. * [hsfzxjy](https://github.com/hsfzxjy): Fix SyncReturn use-after-free bug. diff --git a/website/docs/index.md b/website/docs/index.md index 27ef60fab9..879e2bfb5f 100644 --- a/website/docs/index.md +++ b/website/docs/index.md @@ -307,7 +307,7 @@ More specifically, thanks for all these contributions: * [dbsxdbsx](https://github.com/dbsxdbsx): Allow generating multiple Rust and Dart files. Fix lint. Update doc. Add logging. * [GregoryConrad](https://github.com/GregoryConrad): Add doc to setup frb inside a Dart/Flutter library. * [huang12zheng](https://github.com/huang12zheng): Support type aliases and nested ones. Tweak code generation. Fix rust_build_and_test on Mac. Improve CI logic and cache. Remove bridge field in model. -* [trobanga](https://github.com/trobanga): Add support for `[T;N]` structs. Add `usize` support. Add a cmd argument. Separate dart tests. Fix fallible list case. Fix test compile. +* [trobanga](https://github.com/trobanga): Add support for `[T;N]` structs. Add `usize` support. Add a cmd argument. Separate dart tests. Fix fallible list case. Fix test compile. Fix Result + RustAutoOpaque. * [MnlPhlp](https://github.com/MnlPhlp): Support macros and will auto expand. Allow mirror types in streams. * [SoLongAndThanksForAllThePizza](https://github.com/SoLongAndThanksForAllThePizza): Refactor and enhance SyncReturn to support more types. Refactor post-release CI. * [hsfzxjy](https://github.com/hsfzxjy): Fix SyncReturn use-after-free bug.