diff --git a/Cargo.lock b/Cargo.lock index bb0bf53..54cdb21 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1038,7 +1038,7 @@ dependencies = [ [[package]] name = "roxide" -version = "0.7.4" +version = "0.8.0" dependencies = [ "anyhow", "bincode", diff --git a/Cargo.toml b/Cargo.toml index 77744cc..846d98c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "roxide" -version = "0.7.4" +version = "0.8.0" edition = "2021" build = "build.rs" license = "MIT" diff --git a/TODOLIST.md b/TODOLIST.md index f51cf40..918994f 100644 --- a/TODOLIST.md +++ b/TODOLIST.md @@ -3,13 +3,13 @@ ## v0.8.0 - [x] `info` command, show global info. -- [ ] `check` command, to check: +- [x] `check` command, to check: - git version, must >= 2.20. - fzf must be exists. - shell type must be one of bash/zsh. - Config, metadata, workspace directories must be exists and have read/write permission. - [x] `sync-rule` command, use pre-defined rules to sync repos. -- [ ] add `--dry-run` flag for `sync`. +- [x] add `--dry-run` flag for `sync`. ## v0.7.0