Skip to content

Commit ea28ace

Browse files
committed
chore(release): prepare for v0.6.0
Signed-off-by: Gaoyang Zhang <gy@blurgy.xyz>
1 parent c66e970 commit ea28ace

4 files changed

Lines changed: 32 additions & 33 deletions

File tree

Cargo.lock

Lines changed: 26 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dt-cli/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "dt-cli"
3-
description = "Syncing dotfiles and more"
4-
version = "0.5.2"
3+
description = "$HOME, $HOME everywhere"
4+
version = "0.6.0"
55
edition = "2021"
66
authors = ["Gaoyang Zhang <gy@blurgy.xyz>"]
77
documentation = "https://dt.cli.rs/"
@@ -14,7 +14,7 @@ keywords = ["config", "dotfile", "dotfiles", "manager"]
1414

1515
[dependencies]
1616
dirs = "4.0.0"
17-
dt-core = { path = "../dt-core", version = "0.5.2" }
17+
dt-core = { path = "../dt-core", version = "0.6.0" }
1818
log = "0.4.14"
1919
pretty_env_logger = "0.4.0"
2020
structopt = "0.3.25"

dt-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "dt-core"
33
description = "Core utilities used by dt-cli"
4-
version = "0.5.2"
4+
version = "0.6.0"
55
edition = "2021"
66
authors = ["Gaoyang Zhang <gy@blurgy.xyz>"]
77
license = "MIT OR Apache-2.0"

dt-server/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dt-server"
3-
description = "Syncing dotfiles and more"
3+
description = "$HOME, $HOME everywhere"
44
version = "0.1.0"
55
edition = "2021"
66
authors = ["Gaoyang Zhang <gy@blurgy.xyz>"]
@@ -14,7 +14,7 @@ keywords = ["dotfiles", "manager", "syncing", "config"]
1414

1515
[dependencies]
1616
dirs = "4.0.0"
17-
dt-core = { path = "../dt-core", version = "0.5.2" }
17+
dt-core = { path = "../dt-core", version = "0.6.0" }
1818
log = "0.4.14"
1919
pretty_env_logger = "0.4.0"
2020
structopt = "0.3.25"

0 commit comments

Comments
 (0)