diff --git a/CHANGELOG.md b/CHANGELOG.md index ad39d986..6d18e4ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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.6 - 2021-05-10 + +### Fixed + +- Fix warning that broke build. +- Update dependencies. + ## 0.3.5 - 2021-05-10 ### Added diff --git a/Cargo.lock b/Cargo.lock index 982ffbb1..1b10a5c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -198,7 +198,7 @@ checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040" [[package]] name = "cage" -version = "0.3.5" +version = "0.3.6" dependencies = [ "boondock", "clap", diff --git a/Cargo.toml b/Cargo.toml index 73cfa46d..e62156d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cage" -version = "0.3.5" +version = "0.3.6" authors = ["Eric Kidd ", "Derek Kastner "] edition = "2018"