diff --git a/CHANGELOG.md b/CHANGELOG.md index b54f5db2c4..ee2b188443 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.3.7] - 2017-12-11 +### Fixed +- Fix error if ! appears in comment (#296) ## [0.3.6] - 2017-12-11 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index a2205de668..3425393171 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -106,7 +106,7 @@ dependencies = [ [[package]] name = "just" -version = "0.3.6" +version = "0.3.7" dependencies = [ "ansi_term 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", "assert_matches 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 480e46e713..4c2cee91a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "just" -version = "0.3.6" +version = "0.3.7" description = "🤖 Just a command runner" authors = ["Casey Rodarmor "] license = "CC0-1.0"