Skip to content

Commit

Permalink
Release 0.2.5 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
pdylanross committed Jan 8, 2022
1 parent 891ce59 commit 7355775
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
bump_message = "release $current_version → $new_version [skip ci]"
name = "cz_customize"
tag_format = "$major.$minor.$patch"
version = "0.2.4"
version = "0.2.5"
[tool.commitizen.customize]
bump_map = {feat = "PATCH", break = "MINOR", fix = "PATCH"}
bump_pattern = "^(feat|fix|break)"
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.2.5 (2022-01-08)


- feat: calculate and display requests per second

## 0.2.4 (2022-01-08)


Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions fatigue/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fatigue"
version = "0.2.4"
version = "0.2.5"
authors = ["Dylan Ross <[email protected]>"]
edition = "2018"
description = "an extensible load testing tool"
Expand All @@ -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.4"}
libfatigue = { path = "../libfatigue", version = "0.2.5"}
num-format = "0.4.0"
prettytable-rs = "0.8.0"
serde = "1.0.133"
Expand Down
2 changes: 1 addition & 1 deletion libfatigue/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libfatigue"
version = "0.2.4"
version = "0.2.5"
authors = ["Dylan Ross <[email protected]>"]
description = "an extensible load testing library"
edition = "2018"
Expand Down

0 comments on commit 7355775

Please sign in to comment.