Skip to content

Commit 9a387b2

Browse files
authored
Merge pull request #1595 from LucasXu0/release/0.0.9
chore: release 0.0.9
2 parents b6ce7af + 384f8dd commit 9a387b2

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
# Release Notes
2+
3+
## Version 0.0.9 - 12/21/2022
4+
### New features
5+
- Enable the user to define where to store their data
6+
- Support inserting Emojis through the slash command
7+
### Bug Fixes
8+
- Fix some bugs
9+
210
## Version 0.0.8.1 - 12/09/2022
311
### New features
412
- Support following your default system theme

frontend/Makefile.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ CARGO_MAKE_EXTEND_WORKSPACE_MAKEFILE = true
2222
CARGO_MAKE_CRATE_FS_NAME = "dart_ffi"
2323
CARGO_MAKE_CRATE_NAME = "dart-ffi"
2424
LIB_NAME = "dart_ffi"
25-
CURRENT_APP_VERSION = "0.0.8.1"
25+
CURRENT_APP_VERSION = "0.0.9"
2626
FEATURES = "flutter"
2727
PRODUCT_NAME = "AppFlowy"
2828
# CRATE_TYPE: https://doc.rust-lang.org/reference/linkage.html

0 commit comments

Comments
 (0)