From 6b28f5579a80163e7997397441449ed461a9bd75 Mon Sep 17 00:00:00 2001 From: Trevor McMaster Date: Tue, 7 Nov 2023 07:32:22 -0700 Subject: [PATCH] Updated pewpew version for release (#179) --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 66f0bf2f..e261e2cd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1285,7 +1285,7 @@ dependencies = [ [[package]] name = "pewpew" -version = "0.5.12" +version = "0.5.13" dependencies = [ "base64 0.21.5", "body_reader", diff --git a/Cargo.toml b/Cargo.toml index c5cb710e..edc7581a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pewpew" -version = "0.5.12" +version = "0.5.13" edition = "2018" default-run = "pewpew" publish = false diff --git a/README.md b/README.md index 5b0e3cf7..4ff78612 100644 --- a/README.md +++ b/README.md @@ -25,13 +25,14 @@ C:\vcpkg> set VCPKGRS_DYNAMIC=1 (or simply set it as your environment variable) Changes: - use IsTerminal trait (Rust 1.70.0), removing (direct) dependency on atty crate. (#130) - Added example yaml files under /examples -- Adds skipBody CLI argument - Skips Request and Response Body in Try Output (#140) +- Adds skipBody CLI argument - Skips Request and Response Body in Try Output (#140) (#169) Bug fixes: - Updated dependencies and fixed deprecations (#143) - Fixed the HDR Histogram build for webpack (#119) - Use clap derive, fixing behavior of --include flag. (#121) - Fix yaml loggers (#129) +- Fix try script hang broken in 0.5.8 (#177) ### v0.5.12 Changes: