Releases: mattbrictson/tomo
Releases · mattbrictson/tomo
1.14.1
🐛 Bug Fixes
- Fix erroneous "Ruby is already installed" message (#345) @mattbrictson
📚 Documentation
- Note that
libffi-dev
,libyaml-dev
, andpkg-config
are now needed to build Ruby 3.2+ on Ubuntu (#342, #343) @mattbrictson
🏠 Housekeeping
- Add Ruby 3.2 and Bundler 2.4.1 to CI matrix (#343) @mattbrictson
- Simplify test by using
Kernel#system
built-in error handling (#341) @mattbrictson - Update rubocop requirement from 1.36.0 to 1.42.0 (#334, #336, #348, #349) @dependabot
- Update rubocop-minitest requirement from 0.22.2 to 0.25.1 (#335, #340, #347) @dependabot
- Update rubocop-performance requirement from 1.15.0 to 1.15.2 (#339, #346) @dependabot
- Bump mkdocs from 1.4.0 to 1.4.2 (#333, #338) @dependabot
- Bump markdown-include from 0.7.0 to 0.8.0 (#337) @dependabot
Full Changelog: v1.14.0...v1.14.1
1.14.0
✨ New Features
- Add
tomo -T
as an alias fortomo tasks
(#328, #329) @mattbrictson - Support
NO_COLOR
env var (#327) @mattbrictson - Add helper for running thor tasks with
remote.thor
(#325) @mattbrictson
🏠 Housekeeping
- Update rubocop-performance requirement from 1.14.3 to 1.15.0 (#332) @dependabot
- Update rubocop-minitest requirement from 0.21.1 to 0.22.2 (#331) @dependabot
- Bump mkdocs from 1.3.1 to 1.4.0 (#330) @dependabot
- Update rubocop requirement from 1.35.1 to 1.36.0 (#326) @dependabot
Full Changelog: v1.13.0...v1.14.0
1.13.0
✨ New Features
- Link
public/vite
by default for bettervite_ruby
support (#321) @mattbrictson
🏠 Housekeeping
- Update rubocop multi-line indentation rules (#319) @mattbrictson
- Update rubocop requirement from 1.32.0 to 1.35.1 (#322) @dependabot
- Update rubocop-minitest requirement from 0.20.1 to 0.21.1 (#320, #323) @dependabot
- Update rubocop-packaging requirement from 0.5.1 to 0.5.2 (#324) @dependabot
Full Changelog: v1.12.1...v1.13.0
1.12.1
🐛 Bug Fixes
- Fix "uninitialized constant" errors for
StringIO
andSimpleDelegator
(#312) @mattbrictson
🏠 Housekeeping
- Update rubocop-performance requirement from 1.14.2 to 1.14.3 (#318) @dependabot
- Update rubocop requirement from 1.30.1 to 1.32.0 (#309, #313) @dependabot
- Bump mdx-truly-sane-lists from 1.2 to 1.3 (#316) @dependabot
- Bump mkdocs from 1.3.0 to 1.3.1 (#317) @dependabot
- Bump markdown-include from 0.6.0 to 0.7.0 (#315) @dependabot
- Pin markdown to work around mkdocs error (#310) @mattbrictson
Full Changelog: v1.12.0...v1.12.1
1.12.0
✨ New Features
- Use node version from
.node-version
file, if present (#302) @mattbrictson
📚 Documentation
- Update CI and docs to use Ubuntu 22.04 LTS (#305) @mattbrictson
- Remove mention of
bin/yarn
from Rails tutorial (#304) @mattbrictson - Add git submodules explanation to the FAQ (#296) @mattbrictson
- Add
git:config
to setup command docs (#284) @uxxman
🏠 Housekeeping
- Include link to full diff in generated release notes (#303) @mattbrictson
- Simplify Ruby CI version specs by omitting patch levels (#298) @mattbrictson
- Add latest Ruby and Bundler patch versions to CI (#297) @mattbrictson
- Update rubocop requirement from 1.25.1 to 1.30.1 (#289, #294, #301, #307) @dependabot
- Update rubocop-minitest requirement from 0.17.2 to 0.20.1 (#291, #295, #300, #308) @dependabot
- Update rubocop-performance requirement from 1.13.2 to 1.14.2 (#290, #299, #306) @dependabot
- Bump jinja2 from 3.0.3 to 3.1.2 (#287, #293) @dependabot
- Bump mkdocs from 1.2.3 to 1.3.0 (#288) @dependabot
- Pin jinja2 dependency to fix broken mkdocs build (#285) @mattbrictson
Full Changelog: v1.11.0...v1.12.0
1.11.0
✨ New Features
- Ensure git is configured with a valid
user.name
anduser.email
(#280) @mattbrictson
📚 Documentation
- Update
tomo init
doc to reflect change in #249 (#261) @mattbrictson
🏠 Housekeeping
- Upgrade CI to use latest Ruby patch versions, including 3.1.1 (#269, #281) @mattbrictson
- Add Ruby 3.1.0 to CI matrix (#272) @mattbrictson
- Bump mkdocs from 1.2.2 to 1.2.3 (#262) @dependabot
- Update rubocop-minitest requirement from 0.15.2 to 0.17.2 (#271, #277, #283) @dependabot
- Update rubocop requirement from 1.22.1 to 1.25.1 (#264, #270, #273, #279, #282) @dependabot
- Update rubocop-performance requirement from 1.11.5 to 1.13.2 (#263, #274, #278) @dependabot
1.10.0
✨ New Features
- Use private cache location for bootsnap to avoid endless accumulation of data (#258) @mattbrictson
🏠 Housekeeping
- Update rubocop requirement from 1.18.4 to 1.22.1 (#254, #256, #260) @dependabot
- Update rubocop-minitest requirement from 0.14.0 to 0.15.2 (#252, #255, #259) @dependabot
- Update rubocop-performance requirement from 1.11.4 to 1.11.5 (#253) @dependabot
- Remove unnecessary
Gem::Requirement
class (#251) @mattbrictson
1.9.0
✨ New Features
- Add automatic support for yarn v2+ (#249) @mattbrictson
🏠 Housekeeping
- Upgrade CI to latest ruby, bundler patch versions (#250) @mattbrictson
- Bump mkdocs from 1.1.2 to 1.2.2 (#241, #246) @dependabot
- Update rubocop requirement from 1.14.0 to 1.18.4 (#240, #243, #247) @dependabot
- Update rubocop-performance requirement from 1.11.3 to 1.11.4 (#248) @dependabot
- Update rubocop-minitest requirement from 0.12.1 to 0.14.0 (#242, #245) @dependabot
- Update rubocop-rake requirement from 0.5.1 to 0.6.0 (#244) @dependabot
1.8.1
🐛 Bug Fixes
- Fix failing
rbenv:install
taskrbenv: command not found
(#236) @mattbrictson
🏠 Housekeeping
- Switch to more stable GitHub URLs for docs, nodenv (#239) @mattbrictson
- Update rubocop requirement from 1.12.1 to 1.14.0 (#233, #238) @dependabot
- Update rubocop-performance requirement from 1.10.2 to 1.11.3 (#234, #237) @dependabot
- Update rubocop-minitest requirement from 0.11.1 to 0.12.1 (#235) @dependabot
1.8.0
⚠️ Breaking Changes
- Drop support for Ruby 2.5 (EOL) (#230) @mattbrictson
🏠 Housekeeping
- Update CI to use latest Ruby security patches and Bundler 2.2.15 (#229) @mattbrictson
- Remove Travis CI (#223) @mattbrictson
- Update rubocop requirement from 1.7.0 to 1.12.1 (#221, #224, #226, #231) @dependabot
- Update rubocop-minitest requirement from 0.10.3 to 0.11.1 (#228) @dependabot
- Update rubocop-performance requirement from 1.9.2 to 1.10.2 (#225, #227) @dependabot