Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAlgorythm committed Nov 23, 2023
1 parent 8b89cff commit 3378af9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Split text into multiple files by line.

```console
$ zsplit --help
zsplit 0.3.0
zsplit 0.4.0
ZSchoen <[email protected]>
Split text into multiple files by line

Expand Down
6 changes: 3 additions & 3 deletions zsplit-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zsplit-cli"
version = "0.3.1"
version = "0.4.0"
edition = "2021"
rust-version = "1.66"
license = "GPL-3.0-only"
Expand All @@ -20,7 +20,7 @@ path = "src/main.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
zsplit = { version = "0.3", path = "../zsplit" }
zsplit = { version = "~0.4", path = "../zsplit" }
clap = { version = "3.0", features = ["derive"] }
thiserror = "1.0"
error-stack = "0.4"
Expand All @@ -29,7 +29,7 @@ human-panic = "=1.1.0"
sysexits = "0.7"

[dev-dependencies]
zsplit = { version = "0.3", path = "../zsplit", features = ["test_mock"] }
zsplit = { version = "~0.4", path = "../zsplit", features = ["test_mock"] }
itertools = "0.12"
assert_fs = "1.0"
assert_cmd = "2.0"
Expand Down
2 changes: 1 addition & 1 deletion zsplit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zsplit"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
rust-version = "1.64"
license = "LGPL-3.0-only"
Expand Down

0 comments on commit 3378af9

Please sign in to comment.