Skip to content

Commit d6069ea

Browse files
committed
chore(release): bump versions to 0.0.8
- Updated `zix` version from 0.0.7 to 0.0.8 in `Cargo.lock`, `zx/Cargo.toml`, and `zix.json`. - Updated `zix-core` version from 0.0.1 to 0.0.2 in `Cargo.lock` and `zix-core/Cargo.toml`.
1 parent abdbe5f commit d6069ea

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

Cargo.lock

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

zix-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zix-core"
3-
version = "0.0.1"
3+
version = "0.0.2"
44
edition = "2021"
55

66
[dependencies]

zix.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "zix",
33
"bin": "zx",
44
"dist": {
5-
"latest": "0.0.7"
5+
"latest": "0.0.8"
66
},
77
"versions": {
88
"0.0.2": { "win": "https://github.com/zix-rs/zix/releases/download/v0.0.2/zx.exe" },
@@ -16,6 +16,10 @@
1616
"0.0.7": {
1717
"win": "https://github.com/zix-rs/zix/releases/download/v0.0.7/zx.exe",
1818
"lin": "https://github.com/zix-rs/zix/releases/download/v0.0.7/zx"
19+
},
20+
"0.0.8": {
21+
"win": "https://github.com/zix-rs/zix/releases/download/v0.0.8/zx.exe",
22+
"lin": "https://github.com/zix-rs/zix/releases/download/v0.0.8/zx"
1923
}
2024
}
2125
}

zx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zix"
3-
version = "0.0.7"
3+
version = "0.0.8"
44
edition = "2021"
55

66
[dependencies]

0 commit comments

Comments
 (0)