From 1d5f62a54b0027263f6f4232d4db4fbeda0839a4 Mon Sep 17 00:00:00 2001 From: Eric Kidd Date: Tue, 22 Sep 2020 17:14:37 -0400 Subject: [PATCH] v0.3.3: Fix `pull` without `--quiet` --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 958d35a1..05f340ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.3.3 - 2020-09-22 + +### Fixed + +- Only pass `--quiet` to `pull` if we were asked. + ## 0.3.2 - 2020-09-20 ### Added diff --git a/Cargo.lock b/Cargo.lock index 2adcf7c0..3f2329b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -184,7 +184,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "cage" -version = "0.3.2" +version = "0.3.3" dependencies = [ "boondock 0.1.0-alpha.1 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index d859abfa..19e6a769 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cage" -version = "0.3.2" +version = "0.3.3" authors = ["Eric Kidd ", "Derek Kastner "] edition = "2018"