From 04c476924cbcbae6d3bdfc07c93f6df80302a34a Mon Sep 17 00:00:00 2001 From: Matthew Rothenberg Date: Fri, 17 Feb 2017 13:04:25 -0800 Subject: [PATCH] prep for release --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a91f602..0f34fce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,11 @@ # Change Log This project tries to adhere to [Semantic Versioning](http://semver.org/). -## 0.2.1 - In Development +## 0.2.1 - 2017-02-17 ### Fixed - Fix for expanding filenames containing a `|` character. (#21) - +- Allow scmpuff_status to handle detached git states. (#24, thx @bikezilla) +- Rebuilt binaries with more recent Go to avoid macOS errors. (fixes #23) ## 0.2.0 - 2016-02-27 ### Changed