Skip to content

Commit

Permalink
Version bump to v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kmayer committed May 12, 2012
1 parent 8088a12 commit 0f79848
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/heroku_san/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module HerokuSan
VERSION = "2.2.2"
VERSION = "3.0.0"
end

0 comments on commit 0f79848

Please sign in to comment.