Skip to content

Commit ae4e6fa

Browse files
authored
Bump version for release (#118)
* Bump version for release * Updated Readme for 0.5.12 * Fixed readme version
1 parent f174d9a commit ae4e6fa

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pewpew"
3-
version = "0.5.11"
3+
version = "0.5.12"
44
edition = "2018"
55
default-run = "pewpew"
66
publish = false

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ Pewpew is an HTTP load test tool designed for ease of use and high performance.
44
![Release](https://github.com/FamilySearch/pewpew/workflows/Release/badge.svg)
55

66
## Changelog
7+
### v0.5.12
8+
Changes:
9+
- Try Run: Clap no longer allows multiple occurences, it only allows multiple passed on one occurence. See [Simplify the takes_value API (range-based takes_values)](https://github.com/clap-rs/clap/issues/2688) and [Clap CHANGELOG](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md#400---2022-09-28). This does introduce a bug that if you specify the config file immediately after --include(s) it will think it's part of the --include. The user must either pass another option after -i or put the config file before the -i
10+
- Removed the old Svelte Results Viewer
11+
12+
Bug fixes:
13+
- Updated dependencies
14+
715
### v0.5.11
816
Changes:
917
- Added armv7 (Raspberry Pi) and aarch64 (AWS Graviton) builds

0 commit comments

Comments
 (0)