mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-23 00:59:06 +00:00
chore: update version
This commit is contained in:
parent
aa85970b0f
commit
2d11d3a68d
2 changed files with 5 additions and 1 deletions
|
|
@ -1,4 +1,8 @@
|
|||
# Release Notes
|
||||
## Version 0.0.7.1 - 11/30/2022
|
||||
### Bug Fixes
|
||||
- Fix some bugs
|
||||
|
||||
## Version 0.0.7 - 11/27/2022
|
||||
### New features
|
||||
- Support adding filters by the text/checkbox/single-select property in Grid
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ CARGO_MAKE_EXTEND_WORKSPACE_MAKEFILE = true
|
|||
CARGO_MAKE_CRATE_FS_NAME = "dart_ffi"
|
||||
CARGO_MAKE_CRATE_NAME = "dart-ffi"
|
||||
LIB_NAME = "dart_ffi"
|
||||
CURRENT_APP_VERSION = "0.0.7"
|
||||
CURRENT_APP_VERSION = "0.0.7.1"
|
||||
FEATURES = "flutter"
|
||||
PRODUCT_NAME = "AppFlowy"
|
||||
# CRATE_TYPE: https://doc.rust-lang.org/reference/linkage.html
|
||||
|
|
|
|||
Loading…
Reference in a new issue