From 0f798480c596ceeb35ac6bf5535997e861912f5a Mon Sep 17 00:00:00 2001 From: Kenneth Mayer Date: Sat, 12 May 2012 12:36:00 -0700 Subject: [PATCH] Version bump to v3.0.0 --- CHANGELOG.md | 11 +++++++++++ lib/heroku_san/version.rb | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96fa855..dedf609 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Change log (curated) +## v3.0.0 + + * New feature: support for Rack apps (e.g. Sinatra) + * Removes dependency on Rails + * New feature: deploy strategy class for customizing the :deploy target + * `Stage#deploy` calls strategy (breaks v2 API) + * `Stage#push` pushes to Heroku + * If you have a Rails app, you don't have to do anything; the gem will + automatically configure itself to use the Rails deploy strategy. See + the README for how to configure you Rack app's `Rakefile` + ## v2.2.1 * New feature: addons from [Matt Burke](https://github.com/spraints) diff --git a/lib/heroku_san/version.rb b/lib/heroku_san/version.rb index 17de0ee..8fa7b15 100644 --- a/lib/heroku_san/version.rb +++ b/lib/heroku_san/version.rb @@ -1,3 +1,3 @@ module HerokuSan - VERSION = "2.2.2" + VERSION = "3.0.0" end