## master ## 0.2.10 - February 7, 2012 * Fix post-receive hook (use new syntax) ## 0.2.9 - February 7, 2012 * Fixes concerning recipe loading in blazing core and recipe gems. ## 0.2.8 - February 7, 2012 * no default target unless there is only one in config * ability to run seutp and update on all targets by specifiying all as target on command line * rewrite CLI interface, uses Thor * basic integration specs * update and improve readme and sample configuration * deprecate `repository` DSL method * allow environment variables to be defined in config when setting the rake task (#58) * allow the RAILS_ENV to be specified for a target (will be used when calling rake) (#58) ## 0.2.7 - November 24, 2011 * fix hook rake call, run it with bundle exec like the rest ## 0.2.6 - November 24, 2011 * Add option to specify custom rvm scripts location * Fix failing setup command when target directory already exists ## 0.2.5 - November 9, 2011 * Fix missing logger include in Recipe ## 0.2.4 - November 9, 2011 * Fix logger, so the formatting does not get carried over to apps using blazing. (#55) ## 0.2.3 - November 1, 2011 * Don't run in -w (warnings) mode, as warnings scare people when they are deploying ;-) ## 0.2.2 - November 1, 2011 * Changed the way the target repository is initialized so it works on older git versions (Old git versions don't take a path as parameter when doing git init) ## 0.2.1 - October 27, 2011 * Improved Logging: Hook and recipes are much more verbose, colored output ## 0.2.0 - October 27, 2011 * Recipes accept target specific options (RECIPE API CHANGED! See [this commit](https://github.com/effkay/blazing/commit/f7fe22b822c00b55db6f2a870d67b449fcb7fce1) for details) ## 0.1.3 - October 25, 2011 * fix erros in hook and improve its logging ## 0.1.2 - October 25, 2011 * setup initializes an empty repository, so first push will work (#47) * simplified cli workflow (#45): * update runs update and setup:local * setup:remote renamed to setup * setup:remote also runs update ## 0.1.1 - October 25, 2011 * [BUG]: fix #48: dont bundle test and dev gems, do it quietly * [BUG]: fix #44: accept target as argument * [BUG]: fix #41: recipe gem loading issues resolved * remove documentation of external recipes ## 0.1.0 - October 24, 2011 [@effkay]: https://github.com/effkay