Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mfinelli committed Aug 10, 2018
1 parent 0f382f9 commit adb2f3d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,15 @@
This file keeps track of changes between releases for the bankrupt project
which adheres to [semantic versioning](https://semver.org).

## v1.0.0 2018-08-10

First stable release. Combines all old, internal code (rake tasks, helper
module) with new updates (modification for public release, utility methods).

* Add rake task for generating manifest files.
* Add rake task for uploading assets to AWS s3 bucket.
* Add utility method for parsing manifest files.

## v0.1.0 2018-07-25

Initial release.
2 changes: 1 addition & 1 deletion lib/bankrupt/version.rb
Expand Up @@ -15,5 +15,5 @@
# limitations under the License.

module Bankrupt
VERSION = '0.1.0'
VERSION = '1.0.0'
end

0 comments on commit adb2f3d

Please sign in to comment.