Skip to content

Releases: dazuma/toys

toys 0.11.5

28 Mar 17:45
edf80b4
Compare
Choose a tag to compare

v0.11.5 / 2021-03-28

  • BREAKING CHANGE: The exit_on_nonzero_status option to exec now exits on signals and failures to spawn, in addition to error codes.
  • ADDED: Support retries in the bundler integration.
  • FIXED: Fix a bundler 2.2 integration issue that fails install in certain cases when an update is needed.
  • FIXED: Eliminate Rubygems warning on toys system update.

toys-core 0.11.5

28 Mar 17:45
edf80b4
Compare
Choose a tag to compare

v0.11.5 / 2021-03-28

  • BREAKING CHANGE: The exit_on_nonzero_status option to exec now exits on signals and failures to spawn, in addition to error codes.
  • ADDED: Support retries in the bundler integration.
  • FIXED: Fix a bundler 2.2 integration issue that fails install in certain cases when an update is needed.

toys 0.11.4

11 Oct 04:03
857fcad
Compare
Choose a tag to compare

v0.11.4 / 2020-10-11

  • FIXED: Doesn't modify bundler lockfiles when adding Toys to a bundle
  • FIXED: Rdoc template now works on Ruby 3

toys-core 0.11.4

11 Oct 04:03
857fcad
Compare
Choose a tag to compare

v0.11.4 / 2020-10-11

  • FIXED: Doesn't modify bundler lockfiles when adding Toys to a bundle

toys 0.11.3

13 Sep 22:42
cba29fe
Compare
Choose a tag to compare

v0.11.3 / 2020-09-13

  • FIXED: The Exec mixin recognizes the argv0 option, and logs it appropriately

toys-core 0.11.3

13 Sep 22:42
cba29fe
Compare
Choose a tag to compare

v0.11.3 / 2020-09-13

  • FIXED: The Exec library recognizes the argv0 option, and logs it appropriately

toys 0.11.2

06 Sep 17:03
39c1737
Compare
Choose a tag to compare

v0.11.2 / 2020-09-06

  • FIXED: Don't get confused when running toys from within a toys directory
  • FIXED: Fix a JRuby-specific race condition when capturing exec streams

toys-core 0.11.2

06 Sep 17:03
39c1737
Compare
Choose a tag to compare

v0.11.2 / 2020-09-06

  • FIXED: Fix a JRuby-specific race condition when capturing exec streams