Skip to content

Releases: jqr/heroku_san

v3.0.0

04 Aug 18:22
Compare
Choose a tag to compare

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

Version 2.2.2

11 Nov 21:28
Compare
Choose a tag to compare
Version 2.2.2 Pre-release
Pre-release
v2.2.2

Version 2.2.2

Version 2.1.4

11 Nov 21:29
Compare
Choose a tag to compare
  • Use heroku-api for client calls instead of heroku gem

Version 2.1.3

11 Nov 21:29
Compare
Choose a tag to compare
  • Bug fixes

Version 2.1.2

11 Nov 21:30
Compare
Choose a tag to compare
  • Bug fixes
  • 1.8.7 backward compatibility
  • Refactoring

Version 2.0.0

04 Aug 18:23
Compare
Choose a tag to compare

v2.0.0

  • Major rewrite into classes Project & Stage, with helper Git module
  • Tests for everything
  • Examples directory (e.g. auto-tagger)
  • Removed dependencies on Rails
  • tasks.rb is greatly simplified, mostly API calls into the Stage class
  • Support for tagging releases and deploying apps using a tag glob
  • Support for Heroku stacks (aspen, bamboo & cedar)