From cc2839e870c45d284d45fb835ddc940bec8c4975 Mon Sep 17 00:00:00 2001 From: Guillaume Pasquet Date: Sat, 26 Feb 2022 09:47:13 +0000 Subject: Release 0.2.1 with .env sourcing --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3cf0aa4..d170102 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -36,7 +36,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "barb" -version = "0.2.0" +version = "0.2.1" dependencies = [ "clap 3.0.14", "colored", diff --git a/Cargo.toml b/Cargo.toml index e10d0d6..1bee62c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "barb" -version = "0.2.0" +version = "0.2.1" edition = "2021" license = "GPL-3.0-or-later" description = "Command-line tool to perform file-based HTTP(s) requests." diff --git a/README.md b/README.md index 3f799d0..c9d9e41 100644 --- a/README.md +++ b/README.md @@ -90,13 +90,13 @@ Body does not support variable substitution. ### Variable substitution -Barb can include environment variable values into the requests with the following placeholder format: +Barb can include environment variable values and variables defined in `.env` into the requests with the following placeholder format: ``` {VARIABLE NAME} ``` -Which allows to do the following: +This allows to do the following: ``` $ export BASE_URL="http://127.0.0.1:8000" -- cgit v1.2.3