From 107b628874711a1f438c1508a465d2bc28376d3e Mon Sep 17 00:00:00 2001 From: David Futcher Date: Fri, 5 Aug 2016 08:30:25 +0100 Subject: [PATCH] CHANGELOG for v0.1.1 --- CHANGELOG | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index e88188b..d31d149 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +## [0.1.1] - 2016-07-05 + + - Significantly rewritten code to linter standards + - Support simple asterisk globbing (for example *.go) in Ignore configuration + ## [0.1.0] - 2016-01-31 - Initial release. @@ -5,4 +10,4 @@ - Track which git commits have been uploaded, only upload files that have changed since last push. - Configuration file saves bucket/region arguments for simplified subsequent uploads. - Files tracked in git can be ignored (not uploaded) using a configuration directive, supporting basic regexes. - - Files not tracked in git can be specified to be uploaded. A runtime flag can be given to force the upload of these files when no changes are made to git files. \ No newline at end of file + - Files not tracked in git can be specified to be uploaded. A runtime flag can be given to force the upload of these files when no changes are made to git files.