## master ## 0.2.11 - July 11, 2012 * add pimpmychangelog and pimp changelog * fix git/bundler related issue ([#60][]) * deprecate `:default` option for target * pull hook out of target * refactor and improve specs * use `Blazing::Commands` in favor of `Blazing::Runner` * other misc refactorings ## 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 [#41]: https://github.com/effkay/blazing/issues/41 [#44]: https://github.com/effkay/blazing/issues/44 [#45]: https://github.com/effkay/blazing/issues/45 [#47]: https://github.com/effkay/blazing/issues/47 [#48]: https://github.com/effkay/blazing/issues/48 [#55]: https://github.com/effkay/blazing/issues/55 [#58]: https://github.com/effkay/blazing/issues/58 [#60]: https://github.com/effkay/blazing/issues/60 [@effkay]: https://github.com/effkay