Releases: mattbrictson/tomo
Releases · mattbrictson/tomo
1.1.2
🐛 Bug Fixes
- Fix
TypeError
when usingraw
helper with a frozen string (#132) @mattbrictson
🏠 Housekeeping
- Update rubocop requirement from = 0.82.0 to = 0.85.1 (#140) @dependabot-preview
- Update rubocop-performance requirement from = 1.5.2 to = 1.6.1 (#139) @dependabot-preview
- Bump mkdocs from 1.1 to 1.1.2 (#135) @dependabot-preview
- Speed up CircleCI bundler install steps with cache (#133) @mattbrictson
- Reformat Ruby files for line length of 120 (#131) @mattbrictson
1.1.1
🐛 Bug Fixes
- Use
rake
to invoke rake tasks, notrails
(#130) @mattbrictson - Fix
NoMethodError
inenv:setup
whenenv_vars
contains an integer (#129) @mattbrictson
1.1.0
✨ New Features
- Ensure puma starts eagerly on system boot (#123) @mattbrictson
📚 Documentation
- Update Rails tutorial to use Ubuntu 20.04 LTS (#124) @mattbrictson
🏠 Housekeeping
- Remove
DockerPluginTester
infrastructure that was barely used (#127) @mattbrictson - Update rubocop requirement from = 0.81.0 to = 0.82.0 (#126) @dependabot-preview
- Update rubocop-minitest requirement from = 0.8.1 to = 0.9.0 (#125) @dependabot-preview
- Upgrade Ubuntu image used for testing to 20.04 LTS (#121) @mattbrictson
- CI: Drop unused Travis sudo: false directive (#119) @olleolleolle
1.0.0
Yay, tomo finally turns 1.0! 🎉
Aside from dropping Ruby 2.4 support, there are no user-facing changes from 0.19.0.
⚠️ Breaking Changes
- Drop support for Ruby 2.4 (EOL) (#117) @mattbrictson
📚 Documentation
- Update version numbers referenced in docs to 1.0.0 (#116) @mattbrictson
🏠 Housekeeping
- Update rubocop-minitest requirement from = 0.8.0 to = 0.8.1 (#118) @dependabot-preview
0.19.0
This is the last release of tomo that will support Ruby 2.4.
⚠️ Breaking Changes
- Fail loudly if tomo cannot guess bundler version (#115) @mattbrictson
📚 Documentation
- Fix documentation styles that were broken by mkdocs 1.1 upgrade (#107, #109, #111) @mattbrictson
- Replace outdated puma examples in the docs (#106) @mattbrictson
- Update plugin tutorial to match latest template (#102) @mattbrictson
🏠 Housekeeping
- Upgrade CI to use latest Ruby security releases (#114) @mattbrictson
- Pin mkdocs version to avoid future breakage (#110) @mattbrictson
- Update rubocop-minitest requirement to 0.8.0 (#103, #113) @dependabot-preview
- Upgrade to rubocop 0.81.0 and relax rules slightly (#104, #105, #112) @mattbrictson @dependabot-preview
0.18.0
✨ New Features
- Improve env:update output and error handling (#101) @mattbrictson
🏠 Housekeeping
- Upgrade CI to Bundler 2.1.4 (#100) @mattbrictson
- Update rubocop requirement from = 0.78.0 to = 0.79.0 (#99) @dependabot-preview
0.17.0
✨ New Features
- Improve console detection; treat CI as non-interactive (#97) @mattbrictson
🏠 Housekeeping
- Remove unused require statement (#98) @mattbrictson
- Upgrade CI to Bundler 2.1.3 (#96) @mattbrictson
0.16.0
✨ New Features
🏠 Housekeeping
- Upgrade CI to Ruby 2.7.0 (#93) @mattbrictson
- Update rubocop requirement from = 0.77.0 to = 0.78.0 (#91) @dependabot-preview
- Update rubocop-performance requirement from = 1.5.1 to = 1.5.2 (#92) @dependabot-preview
- Update rubocop-minitest requirement from = 0.5.0 to = 0.5.1 (#90) @dependabot-preview
0.15.0
✨ New Features
- Include
public/packs
in linked_dirs for better webpacker support (#89) @mattbrictson
🏠 Housekeeping
- Upgrade to bundler 2.1.2 (#88) @mattbrictson
0.14.1
🐛 Bug Fixes
- Fix rubygems file permissions warning (#87) @mattbrictson
📚 Documentation
- Add a FAQ entry for deploying many apps to 1 host (#85) @mattbrictson
🏠 Housekeeping
- Upgrade to bundler 2.1.0 (#86) @mattbrictson