Skip to content

Commit

Permalink
Release 0.2.6 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
pdylanross committed Jan 11, 2022
1 parent a147971 commit a2d343e
Show file tree
Hide file tree
Showing 4 changed files with 13 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.5"
version = "0.2.6"
[tool.commitizen.customize]
bump_map = {feat = "PATCH", break = "MINOR", fix = "PATCH"}
bump_pattern = "^(feat|fix|break)"
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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.5"
version = "0.2.6"
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.5" }
libfatigue = { path = "../libfatigue", version = "0.2.6"}
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.5"
version = "0.2.6"
authors = ["Dylan Ross <[email protected]>"]
description = "an extensible load testing library"
edition = "2018"
Expand Down

0 comments on commit a2d343e

Please sign in to comment.