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.