diff --git a/.cz.toml b/.cz.toml index 0cb9f84..f0f0122 100644 --- a/.cz.toml +++ b/.cz.toml @@ -2,7 +2,7 @@ bump_message = "release $current_version → $new_version [skip ci]" name = "cz_customize" tag_format = "$major.$minor.$patch" -version = "0.2.13" +version = "0.2.14" [tool.commitizen.customize] bump_map = {feat = "PATCH", break = "MINOR", fix = "PATCH"} bump_pattern = "^(feat|fix|break)" diff --git a/CHANGELOG.md b/CHANGELOG.md index 8770683..4117346 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## 0.2.14 (2023-10-10) + ## 0.2.13 (2023-09-01) diff --git a/Cargo.lock b/Cargo.lock index 3538bc4..9022294 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -512,7 +512,7 @@ dependencies = [ [[package]] name = "fatigue" -version = "0.2.13" +version = "0.2.14" dependencies = [ "clap 4.1.9", "console", @@ -1002,7 +1002,7 @@ checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3" [[package]] name = "libfatigue" -version = "0.2.13" +version = "0.2.14" dependencies = [ "async-trait", "csv", @@ -2109,7 +2109,7 @@ dependencies = [ [[package]] name = "test-api" -version = "0.2.13" +version = "0.2.14" dependencies = [ "rand", "rocket", diff --git a/examples/test-api/Cargo.toml b/examples/test-api/Cargo.toml index 7c6462c..7f41f6f 100644 --- a/examples/test-api/Cargo.toml +++ b/examples/test-api/Cargo.toml @@ -2,7 +2,7 @@ edition = "2021" name = "test-api" publish = false -version = "0.2.13" +version = "0.2.14" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/fatigue/Cargo.toml b/fatigue/Cargo.toml index a60dacf..a440db0 100644 --- a/fatigue/Cargo.toml +++ b/fatigue/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fatigue" -version = "0.2.13" +version = "0.2.14" authors = ["Dylan Ross "] edition = "2021" description = "an extensible load testing tool" @@ -17,7 +17,7 @@ crossterm = "0.26.1" figment = { version = "0.10.11", features = ["env", "yaml"] } humantime = "2.1.0" itertools = "0.11.0" -libfatigue = { path = "../libfatigue", version = "0.2.13" } +libfatigue = { path = "../libfatigue", version = "0.2.14" } num-format = "0.4.4" prettytable-rs = "0.10.0" serde = "1.0.188" diff --git a/libfatigue/Cargo.toml b/libfatigue/Cargo.toml index cc6a5d0..ae63a7d 100644 --- a/libfatigue/Cargo.toml +++ b/libfatigue/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libfatigue" -version = "0.2.13" +version = "0.2.14" authors = ["Dylan Ross "] description = "an extensible load testing library" edition = "2021"