Skip to content

Commit

Permalink
bump to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
drnic committed Apr 10, 2012
1 parent 2e5df0d commit 66e4db3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 8 additions & 6 deletions ChangeLog.md
@@ -1,11 +1,5 @@
# ChangeLog

* `twitter_bootstrap` - includes `rails_basics`
* `eycloud` - only using `ey_cli` (`engineyard` gem has `net-ssh` conflict with `chef` gem)
* Display scrolls that will be used - explicitly requested (green) and implicitly included (yellow)
* `eycloud` - only unicorn and passenger initially supported
* `eycloud` - don't check for available app name - this should be implemented in ey_cli


## v0.8

Expand All @@ -16,6 +10,14 @@
* `puma` & `thin` - moved into zzz archive until Puma is released on EY Cloud; or another supporting platform added
* `spork` - moved into zzz archive as part of simplification

### v0.8.1

* `twitter_bootstrap` - includes `rails_basics`
* `eycloud` - only using `ey_cli` (`engineyard` gem has `net-ssh` conflict with `chef` gem)
* Display scrolls that will be used - explicitly requested (green) and implicitly included (yellow)
* `eycloud` - only unicorn and passenger initially supported
* `eycloud` - don't check for available app name - this should be implemented in ey_cli

## v0.7

New name! "App Scrolls"
Expand Down
2 changes: 1 addition & 1 deletion version.rb
@@ -1,3 +1,3 @@
module AppScrollsScrolls
VERSION = "0.8.0"
VERSION = "0.8.1"
end

0 comments on commit 66e4db3

Please sign in to comment.