Releases: capistrano/rails
Releases · capistrano/rails
1.6.3
🐛 Bug Fixes
- Default
:keep_assets
to nil to eliminatecap doctor
warning. (#263) @JasonPoll
📚 Documentation
Full Changelog: v1.6.2...v1.6.3
1.6.2
🐛 Bug Fixes
- Update log message to use
migration_command
setting, if present (#254) @harimohanraj89
🏠 Housekeeping
- Remove CHANGELOG requirement from PR template (#255) @mattbrictson
1.6.1
🐛 Bug Fixes
- Fix
SystemStackError
when runningdeploy:migrate
(#247) @mattbrictson
1.6.0
✨ New Features
- Use the latest version of capistrano-bundler to fix Bundler 2.1 deprecation warnings (#244) @mattbrictson
- Add
:migration_command
accessor for overriding (#242) @the-undefined
🏠 Housekeeping
- Maintain release notes using GitHub Actions (#243) @mattbrictson
1.5.0
1.4.0
1.3.1
1.3.0
1.2.3
- #200: Don't link public/assets if public is already linked - @mattbrictson