Skip to content

Commit

Permalink
Updated pewpew version for release (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkmcmaster authored Nov 7, 2023
1 parent e279f39 commit 6b28f55
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pewpew"
version = "0.5.12"
version = "0.5.13"
edition = "2018"
default-run = "pewpew"
publish = false
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6b28f55

Please sign in to comment.