Skip to content

Commit

Permalink
chore(release): prepare for version v0.7.1
Browse files Browse the repository at this point in the history
Signed-off-by: Gaoyang Zhang <[email protected]>
  • Loading branch information
blurgyy committed Feb 4, 2022
1 parent cae2427 commit 4ad53e0
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 33 deletions.
63 changes: 35 additions & 28 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions dt-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "dt-cli"
description = "$HOME, $HOME everywhere"
version = "0.7.0"
version = "0.7.1"
edition = "2021"
authors = ["Gaoyang Zhang <[email protected]>"]
documentation = "https://dt.cli.rs/"
Expand All @@ -14,7 +14,7 @@ keywords = ["config", "dotfile", "manager"]

[dependencies]
dirs = "4.0.0"
dt-core = { path = "../dt-core", version = "0.7.0" }
dt-core = { path = "../dt-core", version = "0.7.1" }
log = "0.4.14"
pretty_env_logger = "0.4.0"
structopt = "0.3.25"
Expand Down
2 changes: 1 addition & 1 deletion dt-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ A simple working configuration file to sync all files from `~/dt/nvim` to
```toml
[[local]]
name = "Neovim Configs"
basedir = "~/dt/nvim"
base = "~/dt/nvim"
sources = ["*init.vim"]
target = "~/.config/nvim"
```
Expand Down
2 changes: 1 addition & 1 deletion dt-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "dt-core"
description = "Core utilities used by dt-cli"
version = "0.7.0"
version = "0.7.1"
edition = "2021"
authors = ["Gaoyang Zhang <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion dt-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ A simple working configuration file to sync all files from `~/dt/nvim` to
```toml
[[local]]
name = "Neovim Configs"
basedir = "~/dt/nvim"
base = "~/dt/nvim"
sources = ["*init.vim"]
target = "~/.config/nvim"
```
Expand Down

0 comments on commit 4ad53e0

Please sign in to comment.