From a2d343ed70690ccfb21aaffcc3f43c18e12ccc5c Mon Sep 17 00:00:00 2001 From: pdylanross Date: Tue, 11 Jan 2022 03:43:25 +0000 Subject: [PATCH] Release 0.2.6 [skip ci] --- .cz.toml | 2 +- CHANGELOG.md | 9 +++++++++ fatigue/Cargo.toml | 4 ++-- libfatigue/Cargo.toml | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/.cz.toml b/.cz.toml index cd83bc6..139bf61 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.5" +version = "0.2.6" [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 4681276..fa984d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 0.2.6 (2022-01-11) + + +- feat: csv loading +- feat: added json context action +- ci: prevent publish when we aren't actually publishing +- doc: updated demo gif, totally thought those borders were transparent +- doc: added demo gif and readme skeleton + ## 0.2.5 (2022-01-08) diff --git a/fatigue/Cargo.toml b/fatigue/Cargo.toml index 4292057..530ce55 100644 --- a/fatigue/Cargo.toml +++ b/fatigue/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fatigue" -version = "0.2.5" +version = "0.2.6" authors = ["Dylan Ross "] edition = "2018" description = "an extensible load testing tool" @@ -16,7 +16,7 @@ console = "0.15.0" crossterm = "0.22.1" humantime = "2.1.0" itertools = "0.10.3" -libfatigue = { path = "../libfatigue", version = "0.2.5" } +libfatigue = { path = "../libfatigue", version = "0.2.6"} num-format = "0.4.0" prettytable-rs = "0.8.0" serde = "1.0.133" diff --git a/libfatigue/Cargo.toml b/libfatigue/Cargo.toml index bd1f37c..2a7b1c3 100644 --- a/libfatigue/Cargo.toml +++ b/libfatigue/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libfatigue" -version = "0.2.5" +version = "0.2.6" authors = ["Dylan Ross "] description = "an extensible load testing library" edition = "2018"