diff options
author | Guillaume Pasquet <dev@etenil.net> | 2022-04-02 09:19:26 +0100 |
---|---|---|
committer | Guillaume Pasquet <dev@etenil.net> | 2022-04-02 09:19:26 +0100 |
commit | 33ee7f6a66a1969c082bbca5e9e53a5d41ac6673 (patch) | |
tree | 0e37c5f4ba0718df4da0db38d814bc126e11ee10 | |
parent | 3fd2012f58cdcb47690f33a94db3455f7144505b (diff) |
Release version 0.4.2
-rw-r--r-- | CHANGELOG | 7 | ||||
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
3 files changed, 9 insertions, 2 deletions
@@ -1,3 +1,10 @@ +v0.4.2: + * Fix bug where all JQ filters would fail with "Incorrect filter type" + * Mop up all clippy warnings + +v0.4.1: + * Disable filters from the command line with -F + v0.4.0: * Added limited support for barb file dependencies @@ -45,7 +45,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "barb" -version = "0.4.1" +version = "0.4.2" dependencies = [ "clap 3.0.14", "colored", @@ -1,6 +1,6 @@ [package] name = "barb" -version = "0.4.1" +version = "0.4.2" edition = "2021" license = "GPL-3.0-or-later" description = "Command-line tool to perform file-based HTTP(s) requests." |