Releases: thoughtbot/parity
Releases · thoughtbot/parity
v0.9.0
- Don't run migrations for non-Rails apps on
deploy - Drop development database before bringing down remote backups with
development restore
v0.8.0
v0.7.0
Updates to use the new Heroku PG backup/restore syntax and subcommands before Heroku drops support for the legacy commands, presumably in May 2015.
v0.6.0
This release includes two new features since v0.5.1:
- 5d3bf4d: Support multiword arguments to heroku CLI. @bernerdschaefer
- 0cbf19f: Add "deploy" subcommand. @bernerdschaefer
Bug fix
v0.5.0
This release contains three new things since 0.4.1:
- 7916985 Release binaries using Travelling Ruby @JoelQ
- e9fe2f0 Pass additional arguments to
staging restore. @geoffharcourt - 5e789c3 Use new pg:backups namespacing @Jberlinsky