Skip to content

Commit

Permalink
CHANGELOG for v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
David Futcher committed Aug 5, 2016
1 parent 3a136eb commit 107b628
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
## [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.
- Upload files to S3 buckets.
- 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.
- 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.

0 comments on commit 107b628

Please sign in to comment.