Release History
Versioned Release Artifacts
Ceedling releases are available as:
- Repository build artifacts (downloadable Ruby .gem files).
- Ruby gems for installation from the RubyGems registry by
the
gemcommand line tool. - Docker images with the
ceedlingtool ready to run from the command line.
Ceedling is known to be compatible with Ruby 3.0 – 3.4. It is ready for use with Ruby 3.5 but has had little real world use with Ruby 3.5.
History
Ceedling’s release history is documented in four files that live in the repository and follow keepachangelog.com conventions. These documents span the cumulative project history and are maintained standalone rather than versioned with this documentation.
-
Detailed release notes for announcements, education, and acknowledgements. This is the primary reference for quickly understanding what changed between versions.
-
A detailed, chronological log of all changes — additions, fixes, changes, and anything removed.
-
A focused list of breaking changes across releases. Consult this document when upgrading to understand what in your project configuration or test code may need to be updated.
-
A high-level list of presently known problems and limitations for each release.