Skip to content

Commit

Permalink
Release 0.2.3 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
pdylanross committed Jan 8, 2022
1 parent fad4e82 commit 0d28604
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 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.2"
version = "0.2.3"
[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.3 (2022-01-08)


- fix: fixed a few non-async locks that should've been async

## 0.2.2 (2022-01-07)


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.2"
version = "0.2.3"
authors = ["Dylan Ross <pdylanross@gmail.com>"]
edition = "2018"
description = "an extensible load testing tool"
Expand All @@ -15,7 +15,7 @@ clap = { version = "2.34.0", features = ["suggestions", "color", "wrap_help"] }
console = "0.15.0"
crossterm = "0.22.1"
itertools = "0.10.3"
libfatigue = { path = "../libfatigue", version = "0.2.2"}
libfatigue = { path = "../libfatigue", version = "0.2.3"}
num-format = "0.4.0"
serde = "1.0.133"
serde_json = "1.0.74"
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.2"
version = "0.2.3"
authors = ["Dylan Ross <pdylanross@gmail.com>"]
description = "an extensible load testing library"
edition = "2018"
Expand Down

0 comments on commit 0d28604

Please sign in to comment.