Skip to content

Commit 8ea9b3a

Browse files
committed
chore(release): prepare for v0.6.1
Signed-off-by: Gaoyang Zhang <gy@blurgy.xyz>
1 parent 12cfe85 commit 8ea9b3a

7 files changed

Lines changed: 34 additions & 34 deletions

File tree

Cargo.lock

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ $ dt-cli
5454
| `-h\|--help` | Prints help information. |
5555
| `-q\|--quiet` | Decreases logging verbosity. |
5656
| `-v\|--verbose` | Increases logging verbosity. |
57-
| `-V` | Prints version information. |
57+
| `-V\|--version` | Prints version information. |
5858

5959
| Options | Description |
6060
|---:|:---|

dt-cli/Cargo.toml

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

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

dt-cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ $ dt-cli
5454
| `-h\|--help` | Prints help information. |
5555
| `-q\|--quiet` | Decreases logging verbosity. |
5656
| `-v\|--verbose` | Increases logging verbosity. |
57-
| `-V` | Prints version information. |
57+
| `-V\|--version` | Prints version information. |
5858

5959
| Options | Description |
6060
|---:|:---|

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.6.0"
4+
version = "0.6.1"
55
edition = "2021"
66
authors = ["Gaoyang Zhang <gy@blurgy.xyz>"]
77
license = "MIT OR Apache-2.0"

dt-core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ $ dt-cli
5454
| `-h\|--help` | Prints help information. |
5555
| `-q\|--quiet` | Decreases logging verbosity. |
5656
| `-v\|--verbose` | Increases logging verbosity. |
57-
| `-V` | Prints version information. |
57+
| `-V\|--version` | Prints version information. |
5858

5959
| Options | Description |
6060
|---:|:---|

dt-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.6.0" }
17+
dt-core = { path = "../dt-core", version = "0.6.1" }
1818
log = "0.4.14"
1919
pretty_env_logger = "0.4.0"
2020
structopt = "0.3.25"

0 commit comments

Comments
 (0)