Skip to content

Latest commit

 

History

History
71 lines (61 loc) · 2.89 KB

CHANGELOG.md

File metadata and controls

71 lines (61 loc) · 2.89 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.

Added

Changed

Fixed

Removed

1.1.3 - 2023-06-05 (tag)

Removed

  • Formally drop Ruby 2.2 support
    • Ruby 2.2 was already de facto minimum version supported, which is why this wasn't a 2.0 release.

1.1.2 - 2023-03-17 (tag)

Added

  • VersionGem::Ruby to help library CI integration against many different versions of Ruby (@pboling)
    • Experimental, optional, require (not loaded by default, which is why this can be in a patch)
  • Spec coverage is now 100%, lines and branches, including the fabled version.rb (@pboling)
  • Full RBS Signatures (@pboling)

1.1.1 - 2022-09-19 (tag)

Added

  • Alternatives section to README.md (@pboling)
  • Signing cert for gem releases (@pboling)
  • Mailing List and other metadata URIs (@pboling)
  • Checksums for released gems (@pboling)

Changed

  • SECURITY.md policy (@pboling)
  • Version methods are now memoized (||=) on initial call for performance (@pboling)
  • Gem releases are now cryptographically signed (@pboling)

1.1.0 - 2022-06-24 (tag)

Fixed

  • to_a uses same type casting as major, minor, patch, and pre (@pboling)

Added

  • RSpec Matchers and Shared Example (@pboling)

1.0.2 - 2022-06-23 (tag)

Added

  • Delay loading of library code until after code coverage tool is loaded (@pboling)

1.0.1 - 2022-06-23 (tag)

Added

  • CI Build improvements (@pboling)
  • Code coverage reporting (@pboling)
  • Documentation improvements (@pboling)
  • Badges! (@pboling)

1.0.0 - 2022-06-21 (tag)

Added

  • Initial release, with basic version parsing API (@pboling)