From 9a96cc4466fa1be4200d23680320209c66ea7d0a Mon Sep 17 00:00:00 2001 From: Eric Kidd Date: Fri, 18 Sep 2020 19:51:23 -0400 Subject: [PATCH] v0.3.0: Update internals & improve monorepo support --- 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 d27e9d4a..33709d11 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.0 - 2020-09-18 + +### Added + +- Support `cage pull --quiet` for use during unit tests. + ## 0.3.0-alpha.5 - 2020-09-13 ### Added diff --git a/Cargo.lock b/Cargo.lock index 01f521c7..bade9d6b 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.0-alpha.5" +version = "0.3.0" 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 74d22d03..e28c9611 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cage" -version = "0.3.0-alpha.5" +version = "0.3.0" authors = ["Eric Kidd ", "Derek Kastner "] edition = "2018"