Skip to content

Commit 069c93c

Browse files
committed
doc
1 parent 8629050 commit 069c93c

File tree

5 files changed

+37
-26
lines changed

5 files changed

+37
-26
lines changed

.all-contributors-custom.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
- patmuk: Set MSRV. Fail fast. Improve message. Improve docs.
4444
- aran: Fix map + mirror. Fix pubspec. Upgrde ffigen. Bump version. Fix typo.
4545
- phlip9: Fix no-serde compilation.
46+
- SilverMira: Fix StreamSink.
4647
- h3x4d3c1m4l: Fix when outside folder.
4748
- HalidOdat: Improve config method. Hint build.rs.
4849
- Berrysoft: Fix missing symbols.

.all-contributorsrc

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,15 @@
440440
"code"
441441
]
442442
},
443+
{
444+
"login": "SilverMira",
445+
"name": "SilverMira",
446+
"avatar_url": "https://avatars.githubusercontent.com/u/66930495?v=4",
447+
"profile": "https://github.com/SilverMira",
448+
"contributions": [
449+
"code"
450+
]
451+
},
443452
{
444453
"login": "h3x4d3c1m4l",
445454
"name": "Sander in 't Hout",
@@ -845,15 +854,6 @@
845854
"contributions": [
846855
"doc"
847856
]
848-
},
849-
{
850-
"login": "SilverMira",
851-
"name": "SilverMira",
852-
"avatar_url": "https://avatars.githubusercontent.com/u/66930495?v=4",
853-
"profile": "https://github.com/SilverMira",
854-
"contributions": [
855-
"code"
856-
]
857857
}
858858
],
859859
"contributorsPerLine": 7,
@@ -864,4 +864,4 @@
864864
"skipCi": true,
865865
"commitConvention": "angular",
866866
"commitType": "docs"
867-
}
867+
}

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 2.0.0-dev.29
4+
5+
* Please refer to https://fzyzcjy.github.io/flutter_rust_bridge/guides/miscellaneous/whats-new for what's changed in V2.
6+
* StreamSink recursive intodart_type #1843 (thanks @SilverMira)
7+
38
## 2.0.0-dev.28
49

510
* Please refer to https://fzyzcjy.github.io/flutter_rust_bridge/guides/miscellaneous/whats-new for what's changed in V2.

0 commit comments

Comments
 (0)