From 05a4f62b393b310a50338c33f0d4250c77dbe429 Mon Sep 17 00:00:00 2001 From: EduardoRodriguesF Date: Sat, 5 Aug 2023 16:46:35 -0300 Subject: [PATCH] Release v0.7.1 --- CHANGELOG.md | 2 ++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32cd6d8..abffea0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.7.1] - 2023-08-05 + ## Changed - `variables` options `--set` and `--edit` are now executed in that order. Changes from `--set` will be committed before `--edit` comes in. diff --git a/Cargo.lock b/Cargo.lock index 4734cd3..f8a377c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -756,7 +756,7 @@ dependencies = [ [[package]] name = "quartz-cli" -version = "0.7.0" +version = "0.7.1" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index 2146729..33965bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "quartz-cli" description = "The CLI way to build and test Rest APIs" -version = "0.7.0" +version = "0.7.1" edition = "2021" authors = ["Eduardo Rodrigues "] license = "Apache-2.0"