Skip to content

Commit

Permalink
[skip ci] release: 0.2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] committed Oct 10, 2023
1 parent b16fbb6 commit 6cde30d
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 8 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.13"
version = "0.2.14"
[tool.commitizen.customize]
bump_map = {feat = "PATCH", break = "MINOR", fix = "PATCH"}
bump_pattern = "^(feat|fix|break)"
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 0.2.14 (2023-10-10)

## 0.2.13 (2023-09-01)


Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion examples/test-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
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.13"
version = "0.2.14"
authors = ["Dylan Ross <[email protected]>"]
edition = "2021"
description = "an extensible load testing tool"
Expand All @@ -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"
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.13"
version = "0.2.14"
authors = ["Dylan Ross <[email protected]>"]
description = "an extensible load testing library"
edition = "2021"
Expand Down

0 comments on commit 6cde30d

Please sign in to comment.