diff --git a/.cz.toml b/.cz.toml index 0367214..d980f8b 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.16" +version = "0.2.17" [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 3999ab5..42f8778 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## 0.2.17 (2025-03-03) + ## 0.2.16 (2025-02-05) ## 0.2.15 (2024-03-11) diff --git a/Cargo.lock b/Cargo.lock index 10ea224..191255b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -509,7 +509,7 @@ dependencies = [ [[package]] name = "fatigue" -version = "0.2.16" +version = "0.2.17" dependencies = [ "clap 4.1.9", "console", @@ -1241,7 +1241,7 @@ checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a" [[package]] name = "libfatigue" -version = "0.2.16" +version = "0.2.17" dependencies = [ "async-trait", "csv", @@ -2470,7 +2470,7 @@ dependencies = [ [[package]] name = "test-api" -version = "0.2.16" +version = "0.2.17" dependencies = [ "rand 0.9.0", "rocket", diff --git a/examples/test-api/Cargo.toml b/examples/test-api/Cargo.toml index 7fee154..06b9638 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.16" +version = "0.2.17" # 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 384f6e6..1130a8c 100644 --- a/fatigue/Cargo.toml +++ b/fatigue/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fatigue" -version = "0.2.16" +version = "0.2.17" authors = ["Dylan Ross "] edition = "2021" description = "an extensible load testing tool" @@ -17,7 +17,7 @@ crossterm = "0.28.1" figment = { version = "0.10.19", features = ["env", "yaml"] } humantime = "2.1.0" itertools = "0.14.0" -libfatigue = { path = "../libfatigue", version = "0.2.16" } +libfatigue = { path = "../libfatigue", version = "0.2.17" } num-format = "0.4.4" prettytable-rs = "0.10.0" serde = "1.0.218" diff --git a/libfatigue/Cargo.toml b/libfatigue/Cargo.toml index 9ad492d..3aa51e8 100644 --- a/libfatigue/Cargo.toml +++ b/libfatigue/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libfatigue" -version = "0.2.16" +version = "0.2.17" authors = ["Dylan Ross "] description = "an extensible load testing library" edition = "2021"