Skip to content

Commit febcaaa

Browse files
authored
Updated pewpew version for release (#179)
1 parent 6dbbb70 commit febcaaa

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
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.12"
3+
version = "0.5.13"
44
edition = "2018"
55
default-run = "pewpew"
66
publish = false

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,14 @@ C:\vcpkg> set VCPKGRS_DYNAMIC=1 (or simply set it as your environment variable)
2525
Changes:
2626
- use IsTerminal trait (Rust 1.70.0), removing (direct) dependency on atty crate. (#130)
2727
- Added example yaml files under /examples
28-
- Adds skipBody CLI argument - Skips Request and Response Body in Try Output (#140)
28+
- Adds skipBody CLI argument - Skips Request and Response Body in Try Output (#140) (#169)
2929

3030
Bug fixes:
3131
- Updated dependencies and fixed deprecations (#143)
3232
- Fixed the HDR Histogram build for webpack (#119)
3333
- Use clap derive, fixing behavior of --include flag. (#121)
3434
- Fix yaml loggers (#129)
35+
- Fix try script hang broken in 0.5.8 (#177)
3536

3637
### v0.5.12
3738
Changes:

0 commit comments

Comments
 (0)