Skip to content

Latest commit

 

History

History
55 lines (47 loc) · 2.08 KB

CHANGELOG.md

File metadata and controls

55 lines (47 loc) · 2.08 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.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)