Skip to content

Commit

Permalink
chore(release): prepare for version 0.7.2
Browse files Browse the repository at this point in the history
Signed-off-by: Gaoyang Zhang <[email protected]>
  • Loading branch information
blurgyy committed Feb 14, 2022
1 parent 69cf18d commit 26af7ac
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 56 deletions.
129 changes: 76 additions & 53 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.1"
version = "0.7.2"
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.1" }
dt-core = { path = "../dt-core", version = "0.7.2" }
log = "0.4.14"
pretty_env_logger = "0.4.0"
structopt = "0.3.25"
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.1"
version = "0.7.2"
edition = "2021"
authors = ["Gaoyang Zhang <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 26af7ac

Please sign in to comment.