Skip to content

Releases: DannyBen/runfile

v1.0.2

14 Nov 12:01
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

v1.0.1

09 Feb 16:08
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

01 Feb 04:22
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.0...v1.0.0

v0.12.0

29 Sep 05:58
Compare
Choose a tag to compare

⚠️ This is a breaking change

  • The Colsole gem is no longer bundled, so commands like say and resay are no longer available.
  • The execution helpers were removed, so commands like run and run_bg are no longer available.

In case you were using any of these commands, you can quickly have your Runfile functioning as before by adding this to it:

require 'runfile/compatibility'

See #46 for more details.

v0.11.2

28 Jul 06:24
Compare
Choose a tag to compare
  • Add env_var DSL command to specify environment variables used by the Runfile

v0.11.1

12 Jun 09:18
bd0a7c9
Compare
Choose a tag to compare

Full Changelog

Merged pull requests:

v0.11.0

12 Jun 09:21
Compare
Choose a tag to compare

Full Changelog

Merged pull requests:

v0.10.3

12 Jun 11:47
Compare
Choose a tag to compare

Full Changelog

Merged pull requests:

  • Fix invalid exit code in certain situations #37 (DannyBen)

v0.10.2

12 Jun 11:47
Compare
Choose a tag to compare

Full Changelog

Merged pull requests:

v0.10.1

12 Jun 11:47
Compare
Choose a tag to compare

Full Changelog

Merged pull requests: