Skip to content

v0.8.0

Compare
Choose a tag to compare
@luislavena luislavena released this 28 Dec 19:44
· 65 commits to master since this release
v0.8.0

Added

  • Introduce --include-shared-dir to specify additional directory where to
    lookup platform-specific shared libraries to bundle in the package. (#34)

Fixed

  • Solve RubyGems 2.6.x changes on exception hierarchy. Thanks to @MSP-Greg (#30)

Removed

  • Drop support for Ruby 2.1.x and 2.2.x, as they reached EOL (End Of Life)
  • Drop support for RubyGems older than 2.5.0

Changed

  • CI: Avoid possible issues when installing Bundler on AppVeyor