Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.05 KB

File metadata and controls

37 lines (22 loc) · 1.05 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.

3.0.0 - 2025-10-22

Changed

  • To be a CI build, the CTHING_CI environment variable must be defined and must now have a value of true (case-insensitive)

Added

  • The ProjectVersion.isCIBuild() method has been added as a complement to the ProjectVersion.isDeveloperBuild() method

2.0.0 - 2024-10-25

Changed

  • The library has been migrated from JSR 305 to JSpecify for null checking

1.0.0 - 2024-05-25

Added

  • First release