Skip to content

Latest commit

 

History

History
240 lines (183 loc) · 5.37 KB

File metadata and controls

240 lines (183 loc) · 5.37 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.

Date format: YYYY-MM-DD


Added

Changed

Deprecated

Removed

Fixed

Security


1.12.0 - 2025-12-17

Added

Changed

  • debt: Upgraded dependencies to their latest stable versions.
  • risk: Add defensive logic to module verification make target.

Deprecated

Removed

Fixed

Security


1.11.0 - 2025-11-20

Added

  • risk: Added signature-verify make target to verify latest release's digital signatures for the current GOOS and GOARCH combination.

Changed

  • debt: Upgraded dependencies to their latest stable versions.

Deprecated

Removed

Fixed

  • defect: Fixed README.md instructions for verifying module checksums.

Security


1.10.3 - 2025-11-07

Added

Changed

  • debt: Upgraded CI dependencies to their latest stable versions.

Deprecated

Removed

Fixed

Security


1.10.1 - 2025-10-23

Added

Changed

  • risk: Added tests for init() function panic scenarios.

Deprecated

Removed

Fixed

Security


1.10.0 - 2025-10-14

Added

Changed

  • debt: Moved errors to errors.go for better organization and maintainability.

Deprecated

Removed

Fixed

Security


1.9.0 - 2025-09-27

Added

Changed

  • debt: Upgraded CI dependencies to their latest stable versions.

Deprecated

Removed

Fixed

Security


1.8.0 - 2025-09-15

Added

Changed

  • 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.

Deprecated

Removed

Fixed

Security


1.7.0 - 2025-09-01

Added

Changed

  • debt: Upgraded dependencies to their latest stable versions.

Deprecated

Removed

Fixed

Security


1.6.0 - 2025-08-14

Added

Changed

  • debt: Updated to Go 1.25 to leverage the latest language features and performance improvements.

Deprecated

Removed

Fixed

Security


1.5.0 - 2025-06-28

Added

  • feature: Added detection of WSL (Windows Subsystem for Linux) to the os-type.sh.

Changed

  • debt: Minor modifications to the documentation for clarity and consistency.

Deprecated

Removed

Fixed

Security


1.4.0 - 2025-06-03

Added

Changed

  • debt: Upgraded all dependencies to the latest stable versions.

Deprecated

Removed

Fixed

Security


1.3.0 - 2025-04-14

Added

Changed

  • debt: Upgraded all dependencies to the latest stable versions.

Deprecated

Removed

Fixed

Security


1.2.0 - 2025-02-13

Added

Changed

  • debt: Upgraded to Go 1.24.

Deprecated

Removed

Fixed

Security


1.1.0 - 2024-10-25

Added

  • FEATURE: Added support for a Parsing interface to allow for custom version parsing.
  • FEATURE: Added documentation for the configuration options: WithStrictAdherence.

Changed

  • DEBT: Added additional functional tests to improve code coverage.
  • DEBT: Refactored the benchmark tests to correctly measure performance.

Deprecated

Removed

Fixed

  • DEFECT: Corrected various documentation issues.

Security


1.0.0 - 2024-10-24

Added

  • FEATURE: Initial commit.

Changed

Deprecated

Removed

Fixed

Security