Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.4 KB

CHANGELOG.md

File metadata and controls

31 lines (22 loc) · 1.4 KB

Version 2.0

Bundler-inject Changelog

Doing our best at supporting SemVer with a nice looking Changelog.

Version HEAD now

Version 2.1.0 2024-01-09

Fixed

  • Remove remnants of bundler 1.x support (#20)
  • Fix detection of bundler version (#21)
  • Fix spec issues after release of bundler 2.4.17 (#32)

Added

  • Switch to GitHub Actions (#25)
  • Add bundler 2.4 to the test matrix (#28)
  • Add Ruby 3.1 and 3.2 to test matrix (#29)
  • Allow user to specify a PATH to search for gem overrides (#34)

Version 2.0.0 2021-05-01

  • BREAKING: Drops support for bundler below 2.0
  • BREAKING: Drops support for Ruby below 2.6
  • Adds support for running as a service (with no user / HOME set)