Skip to content

Releases: main-branch/process_executer

Release v1.2.0

11 Oct 00:48
Compare
Choose a tag to compare

v1.2.0 (2024-10-10)

Full Changelog

Changes since v1.1.2:

  • 35663c9 chore: reset main branch to 1.x
  • 39913bc build: remove semver pr label check
  • 8ae8e34 build: enforce conventional commit message formatting
  • f5b8c51 Release v2.0.0.pre1
  • 8e15c39 Re-add require for 'forwardable'
  • 4bba06e Fix flakey test that checks for thread to die
  • 83bfd78 Remove unused require for 'forwardable' and 'ostruct'
  • ea3ea3c Use shared Rubocop config
  • ecd2cb5 Update copyright notice in this project
  • 7d5bfe1 Update links in gemspec
  • 797de91 Add Slack badge for this project in README
  • 591b716 Update “Build Status” link the README
  • 2fcd001 Update yardopts with new standard options
  • 4e1de47 Standardize YARD and Markdown Lint configurations
  • 929c680 Set JRuby --debug option when running tests in GitHub Actions workflows
  • 71049cb Finish Integration of simplecov-rspec into the project
  • 4fb44bb Update continuous integration and experimental ruby builds
  • 289645c Depend on v1 of semver_pr_label_check
  • 3c4d988 Update code climate test coverage reporter version
  • 04103b4 Simplify how the experimental ruby builds are triggered
  • 35840a4 Use a reusable workflow for the Semver PR label check
  • 0d887f0 Update code climate test coverage reporter version
  • bb7f73b Rename the experimental build workflow
  • 035ce8a Fix the experimental CI Build workflow
  • 3d739f4 Move CI builds using experimental Rubies to a different workflow
  • c5ef6b0 Integrate simplecov-rspec to ensure code covage in CI builds
  • f33707e Update development dependencies and examples (#45)

Release v2.0.0.pre1

26 Sep 16:33
Compare
Choose a tag to compare

v2.0.0.pre1 (2024-09-26)

Full Changelog

Changes since v1.1.0:

  • 8e15c39 Re-add require for 'forwardable'
  • 4bba06e Fix flakey test that checks for thread to die
  • 83bfd78 Remove unused require for 'forwardable' and 'ostruct'
  • ea3ea3c Use shared Rubocop config
  • ecd2cb5 Update copyright notice in this project
  • 7d5bfe1 Update links in gemspec
  • 797de91 Add Slack badge for this project in README
  • 591b716 Update “Build Status” link the README
  • 2fcd001 Update yardopts with new standard options
  • 4e1de47 Standardize YARD and Markdown Lint configurations
  • 929c680 Set JRuby --debug option when running tests in GitHub Actions workflows
  • 71049cb Finish Integration of simplecov-rspec into the project
  • 4fb44bb Update continuous integration and experimental ruby builds
  • 289645c Depend on v1 of semver_pr_label_check
  • 3c4d988 Update code climate test coverage reporter version
  • 04103b4 Simplify how the experimental ruby builds are triggered
  • 35840a4 Use a reusable workflow for the Semver PR label check
  • 0d887f0 Update code climate test coverage reporter version
  • bb7f73b Rename the experimental build workflow
  • 035ce8a Fix the experimental CI Build workflow
  • 3d739f4 Move CI builds using experimental Rubies to a different workflow
  • c5ef6b0 Integrate simplecov-rspec to ensure code covage in CI builds
  • f33707e Update development dependencies and examples (#45)

Release v1.1.2

26 Sep 15:06
Compare
Choose a tag to compare

v1.1.2 (2024-09-26)

Full Changelog

Changes since v1.1.1:

  • 2006301 Re-add require for 'forwardable'

Release v1.1.1

25 Sep 17:20
Compare
Choose a tag to compare

v1.1.1 (2024-09-25)

Full Changelog

Changes since v1.1.0:

  • c3f063a Use a later version of ruby for development
  • d4eeb1e Use latest version of the actions/checkout to v4
  • eb4dad7 Fix flakey test on JRuby
  • ac9417a Update CI build to run on v1.x branch
  • 014e70f Remove unused require for 'forwardable' and 'ostruct' (for v1.x)

Release v1.1.0

03 Feb 01:11
Compare
Choose a tag to compare

v1.1.0 (2024-02-02)

Full Changelog

Changes since v1.0.2:

  • a473281 ProcessExecuter.spawn should indicate if the subprocess timed out or not (#43)

Release v1.0.2

02 Feb 00:25
Compare
Choose a tag to compare

v1.0.2 (2024-02-01)

Full Changelog

Changes since v1.0.1:

Release v1.0.1

04 Jan 16:32
Compare
Choose a tag to compare

v1.0.1 (2024-01-04)

Full Changelog

Changes since v1.0.0:

Release v1.0.0

31 Dec 16:43
Compare
Choose a tag to compare

v1.0.0 (2023-12-31)

Full Changelog

Changes since v0.7.0:

  • e11f03e Separate semver PR label check into its own workflow (#36)
  • eabcc3e Update min req Ruby version from 2.7 to 3.0 (#32)
  • 5483bb8 Update spec_helper.rb to new standard (#31)
  • 4a27341 Update all development dependencies to latest versions (#30)
  • ea7513d Enforce that a semver label is present on PRs (#28)
  • 0aa26cd Instruct Rubocop that dev deps go in gemspec (#29)
  • 53cb526 Add a truffle-ruby build on ubuntu (#18)

Release v0.7.0

18 Feb 01:14
Compare
Choose a tag to compare

v0.7.0 (2023-02-17)

Full Changelog

Changes since v0.6.1:

  • c5c07fd Reduce the time spent waiting for output (#25)

Release v0.6.1

12 Feb 19:44
Compare
Choose a tag to compare

v0.6.1 (2023-02-12)

Full Changelog

Changes since v0.6.0: