Changelog

SemVer 2.0.0 Keep-A-Changelog 1.0.0

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,
and yes, platform and engine support are part of the public API.
Please file a bug if you notice a violation of semantic versioning.

Unreleased

Added

Changed

Deprecated

Removed

Fixed

Security

0.1.21 - 2026-07-01

  • TAG: v0.1.21
  • COVERAGE: 100.00% – 100/100 lines in 6 files
  • BRANCH COVERAGE: 100.00% – 43/43 branches in 6 files
  • 63.64% documented

Added

  • Add (non)CI badge for ruby-1.8
  • Support versions: "head" in pending_for and skip_for to target
    ruby-head, jruby-head, and truffleruby-head builds.

Removed

  • Removed obsolete Locked.gemfile files now that the locked-deps workflow uses
    the main Gemfile.lock.

Fixed

  • Fixed current RuboCop Gradual lock drift while preserving the remaining
    baseline entries.

0.1.20 - 2026-02-07

  • TAG: v0.1.20
  • COVERAGE: 100.00% – 96/96 lines in 6 files
  • BRANCH COVERAGE: 100.00% – 41/41 branches in 6 files
  • 63.64% documented

Added

  • Documentation on hostile takeover of RubyGems
    • https://dev.to/galtzo/hostile-takeover-of-rubygems-my-thoughts-5hlo

Fixed

  • compatibility with Ruby < 2.2 (accidentally switched to require_relative)

0.1.19 - 2025-09-05

  • TAG: v0.1.19
  • COVERAGE: 100.00% – 96/96 lines in 6 files
  • BRANCH COVERAGE: 100.00% – 41/41 branches in 6 files
  • 63.64% documented

Added

  • comprehensive documentation and examples in README.md
  • support minor version shorthand matching
    • i.e., 3.2 will skip 3.2.8

Changed

  • issues link updated to new org home: galtzo-floss/rspec-pending_for
  • upgrade to kettle-dev v1.1.5 template

Fixed

  • fixed handling of version ranges in skip_for/pending_for
  • release date in changelog
  • truffleruby compatibility without warnings about typo in engine name

0.1.18 - 2025-08-24

  • TAG: v0.1.8
  • COVERAGE: 100.00% – 86/86 lines in 6 files
  • BRANCH COVERAGE: 100.00% – 33/33 branches in 6 files
  • 63.64% documented

Added

  • Versions can now be ranges!

0.1.17 - 2025-02-24

  • TAG: v0.1.7
  • COVERAGE: 98.44% – 63/64 lines in 6 files
  • BRANCH COVERAGE: 94.44% – 17/18 branches in 6 files
  • 63.64% documented

Added

  • Specs for skip_for

Fixed

  • Compatibility with truffleruby (maybe? not able to run it in CI yet)
  • Fixed compatibility with Ruby < 2