Skip to content

Latest commit

 

History

History
48 lines (39 loc) · 1.85 KB

CHANGELOG.md

File metadata and controls

48 lines (39 loc) · 1.85 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.

[Changed]

  • Updated to Ruby 2.6.5
    • Updated associated gems to latest versions
  • Removed binstubs from gem executables
    • Per the guides on building gems, executables for a gem should be tied to the gem, not general binstubs. This was generating errors in projects that used this gem because of the conflict in executables.

[Fixed]

[Added]