diff --git a/CHANGELOG.md b/CHANGELOG.md index 05a688d..ff94214 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Foreman Changelog -## Unreleased +## Unreleased Changes + +## 1.0.2 (2020-05-20) - Fixed Foreman not propagating error codes from underlying tools. ([#20](https://github.com/rojo-rbx/foreman/pull/20)) ## 1.0.1 diff --git a/Cargo.lock b/Cargo.lock index 0cd1dcc..d67a908 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -286,7 +286,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "foreman" -version = "1.0.1" +version = "1.0.2" dependencies = [ "dirs 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 9cfbbc4..f43132a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "foreman" description = "Toolchain manager for simple binary tools" -version = "1.0.1" +version = "1.0.2" authors = ["Lucien Greathouse "] license = "MIT" homepage = "https://github.com/rojo-rbx/foreman#readme"