mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 22:57:12 -04:00
chore: update version number (#1491)
Co-authored-by: nathan <nathan@appflowy.io>
This commit is contained in:
parent
182bfae5ad
commit
039d62cbbb
2 changed files with 5 additions and 2 deletions
|
@ -1,11 +1,14 @@
|
||||||
# Release Notes
|
# Release Notes
|
||||||
|
## Version 0.0.7 - 11/27/2022
|
||||||
|
### New features
|
||||||
|
- Support adding filters by the text property in Grid
|
||||||
|
|
||||||
## Version 0.0.6.2 - 10/30/2022
|
## Version 0.0.6.2 - 10/30/2022
|
||||||
- Fix some bugs
|
- Fix some bugs
|
||||||
|
|
||||||
## Version 0.0.6.1 - 10/26/2022
|
## Version 0.0.6.1 - 10/26/2022
|
||||||
### New features
|
### New features
|
||||||
- Optimzie appflowy_editor dark mode style
|
- Optimize appflowy_editor dark mode style
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
- Unable to copy the text with checkbox or link style
|
- Unable to copy the text with checkbox or link style
|
||||||
|
|
|
@ -22,7 +22,7 @@ CARGO_MAKE_EXTEND_WORKSPACE_MAKEFILE = true
|
||||||
CARGO_MAKE_CRATE_FS_NAME = "dart_ffi"
|
CARGO_MAKE_CRATE_FS_NAME = "dart_ffi"
|
||||||
CARGO_MAKE_CRATE_NAME = "dart-ffi"
|
CARGO_MAKE_CRATE_NAME = "dart-ffi"
|
||||||
LIB_NAME = "dart_ffi"
|
LIB_NAME = "dart_ffi"
|
||||||
CURRENT_APP_VERSION = "0.0.6.2"
|
CURRENT_APP_VERSION = "0.0.7"
|
||||||
FEATURES = "flutter"
|
FEATURES = "flutter"
|
||||||
PRODUCT_NAME = "AppFlowy"
|
PRODUCT_NAME = "AppFlowy"
|
||||||
# CRATE_TYPE: https://doc.rust-lang.org/reference/linkage.html
|
# CRATE_TYPE: https://doc.rust-lang.org/reference/linkage.html
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue