Releases: thoughtbot/parity
Releases · thoughtbot/parity
development
parity-development.tar.gz
Ongoing development release
Install with:
brew install --devel parity
Be sure to delete your existing cached file if the development version has been updated!
rm ~/Library/Caches/Homebrew/parity-development.tar.gz
v2.2.0
Fix breaking change in Heroku PG CLI that blocked development restores to Heroku environments.
v2.1.0
- incorporate changes for easier Linux packaging (thanks @tabfugnic!)
- fix Heroku CLI argument error related to Heroku change (thanks @pfac!)
- remove Traveling Ruby packaging
v2.0.1 (only for package managers)
This version has no new functionality relative to version 2.0.0, but has packaging updates to make installation possible again through Homebrew.
v2.0.0
- Resolve breaking changes from Heroku CLI
- Add back gem-installed dependencies for users who had trouble installing via package
v1.0.0
- No more Rubygem-installed executables (install via your package manager)
- Fast restores from Heroku-remote backups
- Fancy new major version number
v0.10.0
- BREAKING CHANGE: remove external gem dependencies that caused problems for some users (5704201)
- Remove unnecessary packaging code (68eccd7)
- Use
Kernel.exec
to allow use of Ctrl-C in long-running processes (e2d965e) - Allow restores to production (05ba1f1)
- Correctly parse HTTPS Git remotes on Heroku (ba07923)
v0.9.3
- Add
restore-from
alias. - Parse app names with hyphens
- Update packaging script.
v0.9.2
Version 0.9.2
v0.9.1
Fixes a bug in deploy
introduced in v0.9.0.