We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d8be87 commit cc6bf3cCopy full SHA for cc6bf3c
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Release Notes
2
3
+## Version 0.0.6 - 10/23/2022
4
+
5
+New features
6
+- Integrate **appflowy_editor**
7
8
9
## Version 0.0.5.3 - 09/26/2022
10
11
New features
frontend/Makefile.toml
@@ -22,7 +22,7 @@ CARGO_MAKE_EXTEND_WORKSPACE_MAKEFILE = true
22
CARGO_MAKE_CRATE_FS_NAME = "dart_ffi"
23
CARGO_MAKE_CRATE_NAME = "dart-ffi"
24
LIB_NAME = "dart_ffi"
25
-CURRENT_APP_VERSION = "0.0.5.2"
+CURRENT_APP_VERSION = "0.0.6"
26
FEATURES = "flutter"
27
PRODUCT_NAME = "AppFlowy"
28
# CRATE_TYPE: https://doc.rust-lang.org/reference/linkage.html
0 commit comments