Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.13 KB

CHANGELOG.md

File metadata and controls

32 lines (25 loc) · 1.13 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

[0.4.0] - 2024-1-04

Fixed

  • If you were using Rubygem with version >= 3.4.0, CI Runner would not run when Rake was not activated in your Gemfile.

[0.3.0] - 2022-10-04

Added

  • Added support for Buildkite.
  • Added a new command ci_runner buildkite_token to store a Buildkite token in your config.
  • CI Runner will now print a message when a new version gets released.

[0.2.0] - 2022-8-22

Added

  • Added support for Circle CI.
  • Added ci_runner circle_ci_token command. Storing a Circle CI token in your configuration is required for private builds.

Changed

  • CI Runner will now tell you if it fails to find test failures from the log output.
  • CI Runner will only allow failed CI checks to be selected. Previously, users could select check that were cancelled, timed out etc...

Fixed

  • Fixed log detection for output that have ANSI colors (\e[31m Blabla)