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.
Date format: YYYY-MM-DD
1.12.0 - 2025-12-17
- debt: Upgraded dependencies to their latest stable versions.
- risk: Add defensive logic to module verification make target.
1.11.0 - 2025-11-20
- risk: Added
signature-verifymake target to verify latest release's digital signatures for the current GOOS and GOARCH combination.
- debt: Upgraded dependencies to their latest stable versions.
- defect: Fixed
README.mdinstructions for verifying module checksums.
1.10.3 - 2025-11-07
- debt: Upgraded CI dependencies to their latest stable versions.
1.10.1 - 2025-10-23
- risk: Added tests for
init()functionpanicscenarios.
1.10.0 - 2025-10-14
- debt: Moved errors to
errors.gofor better organization and maintainability.
1.9.0 - 2025-09-27
- debt: Upgraded CI dependencies to their latest stable versions.
1.8.0 - 2025-09-15
- debt: Added digitally signed Software Bill of Materials (SBOM) to the release artifacts for enhanced supply chain security and transparency.
- debt: Upgraded dependencies to their latest stable versions.
1.7.0 - 2025-09-01
- debt: Upgraded dependencies to their latest stable versions.
1.6.0 - 2025-08-14
- debt: Updated to Go
1.25to leverage the latest language features and performance improvements.
1.5.0 - 2025-06-28
- feature: Added detection of
WSL(Windows Subsystem for Linux) to theos-type.sh.
- debt: Minor modifications to the documentation for clarity and consistency.
1.4.0 - 2025-06-03
- debt: Upgraded all dependencies to the latest stable versions.
1.3.0 - 2025-04-14
- debt: Upgraded all dependencies to the latest stable versions.
1.2.0 - 2025-02-13
- debt: Upgraded to Go 1.24.
1.1.0 - 2024-10-25
- FEATURE: Added support for a
Parsinginterface to allow for custom version parsing. - FEATURE: Added documentation for the configuration options:
WithStrictAdherence.
- DEBT: Added additional functional tests to improve code coverage.
- DEBT: Refactored the benchmark tests to correctly measure performance.
- DEFECT: Corrected various documentation issues.
1.0.0 - 2024-10-24
- FEATURE: Initial commit.