Skip to content

Releases: mattbrictson/tomo

1.7.0

31 Jan 21:49
Compare
Choose a tag to compare

✨ New Features

🐛 Bug Fixes

🏠 Housekeeping

1.6.0

01 Jan 00:57
Compare
Choose a tag to compare

This release changes the default value of the tmp_path setting to improve security. See #207 for details.

⚠️ Breaking Changes

🏠 Housekeeping

1.5.0

28 Dec 02:02
Compare
Choose a tag to compare

This release includes a small change to the default Bundler configuration. The default value for bundler_jobs has been changed from 4 to nil. This allows Bundler 2.2+ to automatically choose the optimal value based on number of processor cores. If you wish to use the old, explicit behavior, add it to your .tomo/config.rb like this:

set bundler_jobs: 4

Changes to bundler_jobs take effect the next time you run the bundler:config task (part of setup).

⚠️ Breaking Changes

  • Remove default bundler_jobs value (4) in favor of letting Bundler (2.2+) choose it automatically (#147) @mattbrictson

🐛 Bug Fixes

🏠 Housekeeping

1.4.1

26 Nov 16:05
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Do not complain about missing .ruby-version file for dry run (#196) @uxxman

📚 Documentation

🏠 Housekeeping

1.4.0

28 Oct 03:59
Compare
Choose a tag to compare

✨ New Features

  • Autodetect :rbenv_ruby_version via .ruby-version file (#187) @uxxman
  • Generate .tomo/config.rb with explicit Ruby version, if needed (#188) @mattbrictson

📚 Documentation

🏠 Housekeeping

1.3.1

09 Sep 01:41
Compare
Choose a tag to compare

This is primarily a gem housekeeping release. There should be no user-facing changes.

📚 Documentation

🏠 Housekeeping

1.3.0

08 Aug 16:59
Compare
Choose a tag to compare

✨ New Features

🏠 Housekeeping

1.2.0

11 Jul 17:45
Compare
Choose a tag to compare

⚠️ Breaking Changes

✨ New Features

🐛 Bug Fixes

  • Fix error that would cause dry-run of bundler:upgrade_bundler to fail (#149) @mattbrictson

📚 Documentation

🏠 Housekeeping

1.1.2

13 Jun 16:58
Compare
Choose a tag to compare

🐛 Bug Fixes

🏠 Housekeeping

1.1.1

16 May 17:24
Compare
Choose a tag to compare

🐛 Bug Fixes