Skip to content

Commit

Permalink
chore: release roxide 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fioncat committed Sep 5, 2023
1 parent f5d52ff commit da077e1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "roxide"
version = "0.7.4"
version = "0.8.0"
edition = "2021"
build = "build.rs"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions TODOLIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit da077e1

Please sign in to comment.