Skip to content

v1.8.8

Choose a tag to compare

@flori flori released this 15 Oct 09:44
  • Handle invalid version strings by setting @Version to nil instead of
    storing malformed objects
  • Changes in bin\efi
    • Refactor version comparison styling into reusable styler lambda
    • Extract version formatting logic into separate formatter lambda
    • Update Tabulo::Table configuration to use the new lambda functions
    • Improve version display logic to handle nil version comparisons
      gracefully
    • Replace inline rescue logic with explicit nil checks for better error
      handling
  • Updated static.yml workflow to use array syntax for branch specification
  • Added github_workflows configuration to Rakefile for static.yml
    workflow