Skip to content

Commit

Permalink
[skip ci] release: 0.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
pdylanross committed Sep 1, 2023
1 parent 2250ef8 commit 9482e6c
Show file tree
Hide file tree
Showing 6 changed files with 14 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.12"
version = "0.2.13"
[tool.commitizen.customize]
bump_map = {feat = "PATCH", break = "MINOR", fix = "PATCH"}
bump_pattern = "^(feat|fix|break)"
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.2.13 (2023-09-01)


- fix: missed json output formatter file
- nbd, its not used anyways

## 0.2.12 (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.12"
version = "0.2.13"

# 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.12"
version = "0.2.13"
authors = ["Dylan Ross <pdylanross@gmail.com>"]
edition = "2021"
description = "an extensible load testing tool"
Expand All @@ -17,7 +17,7 @@ crossterm = "0.26.1"
figment = { version = "0.10.10", features = ["env", "yaml"] }
humantime = "2.1.0"
itertools = "0.11.0"
libfatigue = { path = "../libfatigue", version = "0.2.12" }
libfatigue = { path = "../libfatigue", version = "0.2.13" }
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.12"
version = "0.2.13"
authors = ["Dylan Ross <pdylanross@gmail.com>"]
description = "an extensible load testing library"
edition = "2021"
Expand Down

0 comments on commit 9482e6c

Please sign in to comment.